videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/src/mpxvideoplayer_appuienginetester.cpp
branchRCL_3
changeset 11 5294c000a26d
parent 10 ce5ada96ab30
child 23 8f0df5c82986
--- a/videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/src/mpxvideoplayer_appuienginetester.cpp	Fri Mar 12 15:43:00 2010 +0200
+++ b/videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/src/mpxvideoplayer_appuienginetester.cpp	Mon Mar 15 12:40:47 2010 +0200
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: ou1cpsw#21 %
+// Version : %version: e92_22 %
 
 
 #include "mpxvideoplayer_appuienginetester.h"
@@ -601,7 +601,6 @@
     //
     //  We should get 4 callbacks
     //  iViewUtility->PreLoadViewL( PDL View Uid )
-    //  iPlaybackUtility->Utility( Playback Plugin Uid )
     //  iPlaybackUtility->CommandL( EPbCmdStartPd );
     //  iPlaybackUtility->InitL( iFileName );
     //
@@ -611,10 +610,6 @@
     AddExpectedEvent( event );
 
     event = new (ELeave) TCallbackEvent;
-    event->iEvent = EPlaybackUtilityPdlInstance;
-    AddExpectedEvent( event );
-
-    event = new (ELeave) TCallbackEvent;
     event->iEvent      = EPlaybackUtilityStartPdl;
     event->iDownloadId = aDownloadId;
     event->iFileName   = aFileName;