videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/conf/mpxvideoplayertest.cfg
changeset 0 96612d01cf9f
child 10 ce5ada96ab30
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 [Define]
       
     2 
       
     3 EFalse 0
       
     4 ETrue  1
       
     5 
       
     6 ENoPath 0
       
     7 EAddPath 1
       
     8 
       
     9 ELocalFile     0
       
    10 ESdpFile       1
       
    11 ERamFile       2
       
    12 EUrl           3
       
    13 EAsxFile       4          
       
    14 EMultiLinkFile 5 
       
    15 
       
    16 StandAlone 0
       
    17 Embedded 1
       
    18 
       
    19 DownloadId_1 3
       
    20 DownloadId_2 5
       
    21 
       
    22 SameFile 0
       
    23 NewFile 1
       
    24 NewFileAfterError 2
       
    25 
       
    26 NO_AP     0
       
    27 AP_GPRS_1 3
       
    28 AP_GPRS_2 4
       
    29 AP_WLAN_1 5
       
    30 AP_WLAN_2 6
       
    31 AP_SNAP   7
       
    32 AP_QUERY  8
       
    33 AP_QUERY2 9
       
    34 
       
    35 LocalLinks     0
       
    36 StreamingLinks 1
       
    37 
       
    38 EPlayerChanged 10
       
    39 
       
    40 UseName 0
       
    41 UseHandle 1
       
    42 
       
    43 EPathChanged 4
       
    44 EMcPathChangedByOpen 0
       
    45 
       
    46 EMcItemOpened 0
       
    47 EMcContainerOpened 1
       
    48 
       
    49 ViewDepth_1 1
       
    50 ViewDepth_2 2
       
    51 
       
    52 ENoMsg -5
       
    53 ENotification 1
       
    54 EMatrix 4
       
    55 
       
    56 ELaunchVideo 1
       
    57 EOpenVideoStorage 2
       
    58 EOpenInternetVideos 3
       
    59 
       
    60 EApaCommandTail 0
       
    61 EApaCommandOpen 1
       
    62 EApaCommandRun  2
       
    63 
       
    64 KErrNotFound -1
       
    65 KErrCancel -3
       
    66 
       
    67 EMulti  0
       
    68 ESingle 1
       
    69 
       
    70 EUndefined 0
       
    71 EDefined   1
       
    72 
       
    73 [Enddefine]
       
    74 
       
    75 [Test]
       
    76 //
       
    77 //  Test the terminate message from the Generic Param List
       
    78 //
       
    79 title 1) AppUiEngine Generic Parameters - Terminate
       
    80 create mpxvideoplayertest enginetest
       
    81 enginetest CreateEngine Embedded
       
    82 enginetest CreateGenericParametersTerminate
       
    83 enginetest OpenFile UseHandle local.3gp EAddPath ELocalFile
       
    84 delete enginetest
       
    85 pause 1000
       
    86 [Endtest]
       
    87 
       
    88 [Test]
       
    89 //
       
    90 //  Test the embedded PDL test cases
       
    91 //  - Launch an embedded PDL playback
       
    92 //  - Handle a message from the Browser for the same clip
       
    93 //  - Handle a message from the Browser to play a new download
       
    94 //  - Handle a message to clear the PDL information
       
    95 //  - Handle a message from the Browser to play a new download
       
    96 //
       
    97 title 2) AppUiEngine Embedded PDL
       
    98 create mpxvideoplayertest enginetest
       
    99 enginetest CreateEngine Embedded
       
   100 enginetest OpenFileEmbeddedPdl DownloadId_1 local.3gp EAddPath
       
   101 enginetest HandleMessageEmbeddedPdl SameFile
       
   102 enginetest HandleMessageEmbeddedPdl NewFile DownloadId_2 local.3gp EAddPath
       
   103 enginetest ClearPdlInformation
       
   104 enginetest HandleMessageEmbeddedPdl NewFileAfterError DownloadId_2 local.3gp EAddPath
       
   105 delete enginetest
       
   106 pause 1000
       
   107 [Endtest]
       
   108 
       
   109 [Test]
       
   110 //
       
   111 //  Test the OpenFile with a file handle API
       
   112 //  - No GenericParameters
       
   113 //  - Launch an embedded SDP file
       
   114 //
       
   115 title 3) AppUiEngine OpenFile w/ File Handle - SDP
       
   116 create mpxvideoplayertest enginetest
       
   117 enginetest CreateEngine Embedded
       
   118 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   119 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_GPRS_1
       
   120 delete enginetest
       
   121 pause 1000
       
   122 [Endtest]
       
   123 
       
   124 [Test]
       
   125 //
       
   126 //  Test the OpenFile with a file handle API
       
   127 //  - No GenericParameters
       
   128 //  - Launch an embedded RAM file with streaming links 
       
   129 //
       
   130 title 4) AppUiEngine OpenFile w/ File Handle - RAM file
       
   131 create mpxvideoplayertest enginetest
       
   132 enginetest CreateEngine Embedded
       
   133 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   134 enginetest OpenFile UseHandle test_streaming.ram EAddPath ERamFile AP_GPRS_1 StreamingLinks
       
   135 delete enginetest
       
   136 pause 1000
       
   137 [Endtest]
       
   138 
       
   139 [Test]
       
   140 //
       
   141 //  Test the OpenFile with a file handle API
       
   142 //  - No GenericParameters
       
   143 //  - Launch an embedded RAM file with local links 
       
   144 //
       
   145 title 5) AppUiEngine OpenFile w/ File Handle - RAM file
       
   146 create mpxvideoplayertest enginetest
       
   147 enginetest CreateEngine Embedded
       
   148 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   149 enginetest OpenFile UseHandle test_local.ram EAddPath ERamFile AP_GPRS_1 LocalLinks
       
   150 delete enginetest
       
   151 pause 1000
       
   152 [Endtest]
       
   153 
       
   154 [Test]
       
   155 //
       
   156 //  Test the Access Point Selection with OpenFile file handle API
       
   157 //  - Default GPRS Access Point
       
   158 //  - GenericParameters with WLAN Access Point
       
   159 //  - Launch an embedded SDP file
       
   160 //  - WLAN access point should be used
       
   161 //
       
   162 title 6) AppUiEngine Access Point Selection 
       
   163 create mpxvideoplayertest enginetest
       
   164 enginetest CreateEngine Embedded
       
   165 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   166 enginetest SetGenericParamAccessPoint AP_WLAN_1
       
   167 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_WLAN_1
       
   168 delete enginetest
       
   169 pause 1000
       
   170 [Endtest]
       
   171 
       
   172 [Test]
       
   173 //
       
   174 //  Test the Access Point Selection with OpenFile file handle API
       
   175 //  - Default GPRS Access Point
       
   176 //  - GenericParameters with GPRS Access Point
       
   177 //  - Launch an embedded SDP file
       
   178 //  - Default access point should be used
       
   179 //
       
   180 title 7) AppUiEngine Access Point Selection
       
   181 create mpxvideoplayertest enginetest
       
   182 enginetest CreateEngine Embedded
       
   183 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   184 enginetest SetGenericParamAccessPoint AP_GPRS_2
       
   185 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_GPRS_1
       
   186 delete enginetest
       
   187 pause 1000
       
   188 [Endtest]
       
   189 
       
   190 [Test]
       
   191 //
       
   192 //  Test the Access Point Selection with OpenFile file handle API
       
   193 //  - No Default Access Point
       
   194 //  - GenericParameters with GPRS Access Point
       
   195 //  - Launch an embedded SDP file
       
   196 //  - Default access point should be used
       
   197 //
       
   198 title 8) AppUiEngine Access Point Selection
       
   199 create mpxvideoplayertest enginetest
       
   200 enginetest CreateEngine Embedded
       
   201 enginetest SetDefaultAccessPoint NO_AP
       
   202 enginetest SetGenericParamAccessPoint AP_GPRS_2
       
   203 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_GPRS_2
       
   204 delete enginetest
       
   205 pause 1000
       
   206 [Endtest]
       
   207 
       
   208 [Test]
       
   209 //
       
   210 //  Test the Access Point Selection with OpenFile file handle API
       
   211 //  - No Default Access Point
       
   212 //  - No GenericParameters 
       
   213 //  - Launch an embedded SDP file
       
   214 //  - Use the Internet SNAP Access Point for STIF Testing
       
   215 //
       
   216 title 9) AppUiEngine Access Point Selection
       
   217 create mpxvideoplayertest enginetest
       
   218 enginetest CreateEngine Embedded
       
   219 enginetest SetDefaultAccessPoint NO_AP
       
   220 enginetest SetQueryAccessPoint AP_SNAP
       
   221 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_SNAP
       
   222 delete enginetest
       
   223 pause 1000
       
   224 [Endtest]
       
   225 
       
   226 [Test]
       
   227 //
       
   228 //  Test the OpenFile with a file name API
       
   229 //  - Launch a local clip
       
   230 //
       
   231 title 10) AppUiEngine OpenFile w/ File Name - Local
       
   232 create mpxvideoplayertest enginetest
       
   233 enginetest CreateEngine Embedded
       
   234 enginetest OpenFile UseName local.3gp EAddPath ELocalFile
       
   235 delete enginetest
       
   236 pause 1000
       
   237 [Endtest]
       
   238 
       
   239 [Test]
       
   240 //
       
   241 //  Test the OpenFile with a file name API
       
   242 //  - No GenericParameters
       
   243 //  - Launch an SDP file
       
   244 //
       
   245 title 11) AppUiEngine OpenFile w/ File Name - SDP
       
   246 create mpxvideoplayertest enginetest
       
   247 enginetest CreateEngine Embedded
       
   248 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   249 enginetest OpenFile UseName sdp_test.sdp EAddPath ESdpFile AP_GPRS_1
       
   250 delete enginetest
       
   251 pause 1000
       
   252 [Endtest]
       
   253 
       
   254 [Test]
       
   255 //
       
   256 //  Test the OpenFile with a file name API
       
   257 //  - No GenericParameters
       
   258 //  - Launch an RAM file with streaming links 
       
   259 //
       
   260 title 12) AppUiEngine OpenFile w/ File Name - RAM file
       
   261 create mpxvideoplayertest enginetest
       
   262 enginetest CreateEngine Embedded
       
   263 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   264 enginetest OpenFile UseName test_streaming.ram EAddPath ERamFile AP_GPRS_1 StreamingLinks
       
   265 delete enginetest
       
   266 pause 1000
       
   267 [Endtest]
       
   268 
       
   269 [Test]
       
   270 //
       
   271 //  Test the OpenFile with a file name API
       
   272 //  - No GenericParameters
       
   273 //  - Launch an URL
       
   274 //  - Test the PrepareCloseMpx API
       
   275 //
       
   276 title 13) AppUiEngine OpenFile w/ URL
       
   277 create mpxvideoplayertest enginetest
       
   278 enginetest CreateEngine Embedded
       
   279 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   280 enginetest OpenFile UseName rtsp:\/\/stream.3gp ENoPath EUrl AP_GPRS_1
       
   281 enginetest PrepareCloseMpx
       
   282 delete enginetest
       
   283 pause 1000
       
   284 [Endtest]
       
   285 
       
   286 [Test]
       
   287 //
       
   288 //  Test the StartStandAloneL method
       
   289 //
       
   290 title 14) AppUiEngine StartStandAloneL
       
   291 create mpxvideoplayertest enginetest
       
   292 enginetest CreateEngine StandAlone
       
   293 enginetest StartStandAlone
       
   294 delete enginetest
       
   295 pause 1000
       
   296 [Endtest]
       
   297 
       
   298 [Test]
       
   299 //
       
   300 //  Test the HandleCollectionMessage method
       
   301 //
       
   302 title 15) AppUiEngine HandleCollectionMessage
       
   303 create mpxvideoplayertest enginetest
       
   304 enginetest CreateEngine StandAlone
       
   305 enginetest HandleCollectionMessage EPathChanged EMcPathChangedByOpen EMcItemOpened 
       
   306 delete enginetest
       
   307 pause 1000
       
   308 [Endtest]
       
   309 
       
   310 [Test]
       
   311 //
       
   312 //  Test the HandleCollectionMedia method
       
   313 //
       
   314 title 16) AppUiEngine HandleCollectionMedia
       
   315 create mpxvideoplayertest enginetest
       
   316 enginetest CreateEngine StandAlone
       
   317 enginetest HandleCollectionMedia local.3gp EAddPath
       
   318 delete enginetest
       
   319 pause 1000
       
   320 [Endtest]
       
   321 
       
   322 [Test]
       
   323 //
       
   324 //  Test the HandleSoftKeyBackL Method
       
   325 //  - Set the view depth to 1
       
   326 //  - Call HandleSoftKeyL
       
   327 //  - AppUi should receive and exit
       
   328 //
       
   329 //  - Set the view depth to 2
       
   330 //  - Call HandleSoftKeyL
       
   331 //  - AppUi should StepBackCollectionPathL
       
   332 //
       
   333 title 17) AppUiEngine HandleSoftkeyBackL
       
   334 create mpxvideoplayertest enginetest
       
   335 enginetest CreateEngine StandAlone
       
   336 enginetest HandleSoftkeyBack ViewDepth_1
       
   337 waittestclass enginetest
       
   338 enginetest HandleSoftkeyBack ViewDepth_2
       
   339 delete enginetest
       
   340 pause 1000
       
   341 [Endtest]
       
   342 
       
   343 [Test]
       
   344 //
       
   345 //  Test HandleOpenL Method with Playlist
       
   346 //  - Create a Playlist
       
   347 //  - Call HandleOpenL
       
   348 //  - PlaybackUtility should receive InitL with Playlist
       
   349 //
       
   350 title 18) AppUiEngine HandleOpenPlaylist
       
   351 create mpxvideoplayertest enginetest
       
   352 enginetest CreateEngine StandAlone
       
   353 enginetest StartStandAlone
       
   354 enginetest HandleOpenPlaylist
       
   355 delete enginetest
       
   356 pause 1000
       
   357 [Endtest]
       
   358 
       
   359 [Test]
       
   360 //
       
   361 //  Test HandleOpenL Method with CMPXMedia
       
   362 //  - Create CMPXMedia
       
   363 //  - Call HandleOpenL
       
   364 //  - CollectionUtility should receive OpenL with new collection path
       
   365 //
       
   366 title 19) AppUiEngine HandleOpenMedia
       
   367 create mpxvideoplayertest enginetest
       
   368 enginetest CreateEngine StandAlone
       
   369 enginetest StartStandAlone
       
   370 enginetest HandleOpenMedia
       
   371 delete enginetest
       
   372 pause 1000
       
   373 [Endtest]
       
   374 
       
   375 [Test]
       
   376 //
       
   377 //  Test ProcessActivationMessageL
       
   378 //  - Test with small Message, function Leaves
       
   379 //  - Test with Open Internet Videos, View Utility receives view activation
       
   380 //  - Test with Open Video Storage, View Utility receives view activation
       
   381 //  - Test with Matrix Launch Video, local file callbacks are received
       
   382 //  - Test with Notification Launch Video, local file callbacks are received
       
   383 //
       
   384 title 20) AppUiEngine ProcessActivationMessageL
       
   385 create mpxvideoplayertest enginetest
       
   386 enginetest CreateEngine StandAlone
       
   387 enginetest StartStandAlone
       
   388 enginetest ProcessActivationMessage ENoMsg
       
   389 enginetest ProcessActivationMessage EMatrix EOpenInternetVideos
       
   390 enginetest ProcessActivationMessage EMatrix EOpenVideoStorage
       
   391 enginetest ProcessActivationMessage EMatrix ELaunchVideo local.3gp EAddPath EDefined
       
   392 enginetest ProcessActivationMessage EMatrix ELaunchVideo local.3gp EAddPath EUndefined
       
   393 allownextresult KErrNotFound
       
   394 enginetest ProcessActivationMessage EMatrix ELaunchVideo not_fuond.3gp EAddPath EDefined
       
   395 enginetest ProcessActivationMessage EMatrix ELaunchVideo not_fuond.3gp EAddPath EUndefined
       
   396 delete enginetest
       
   397 pause 1000
       
   398 [Endtest]
       
   399 
       
   400 [Test]
       
   401 //
       
   402 //  Test HandleViewActivation
       
   403 //  - No callback is received
       
   404 //
       
   405 title 21) AppUiEngine HandleViewActivation
       
   406 create mpxvideoplayertest enginetest
       
   407 enginetest CreateEngine StandAlone
       
   408 enginetest StartStandAlone
       
   409 enginetest HandleViewActivation
       
   410 delete enginetest
       
   411 pause 1000
       
   412 [Endtest]
       
   413 
       
   414 [Test]
       
   415 //
       
   416 //  Test ProcessCommandParametersL
       
   417 //  - Call ProcessCommandParameters with a tail
       
   418 //      - View Utility receives view activation
       
   419 //      - file exists is false
       
   420 //  - Call ProcessCommandParameters without a tail
       
   421 //      - Open with run command
       
   422 //          - stand alone player is started
       
   423 //          - file exists is false
       
   424 //      - Open with document name and streaming link
       
   425 //          - file exists is true
       
   426 //      - Open with document name and local file
       
   427 //          - file exists is true
       
   428 //      - Open with document name and file that doesn't exist
       
   429 //          - file exists is false
       
   430 //
       
   431 title 22) AppUiEngine ProcessCommandParameters
       
   432 create mpxvideoplayertest enginetest
       
   433 enginetest CreateEngine StandAlone
       
   434 enginetest ProcessCommandParameters EApaCommandTail EMatrix EOpenVideoStorage
       
   435 enginetest ProcessCommandParameters EApaCommandRun
       
   436 enginetest ProcessCommandParameters EApaCommandOpen rtsp:\/\/stream.3gp ENoPath ETrue
       
   437 enginetest ProcessCommandParameters EApaCommandOpen local.3gp EAddPath ETrue
       
   438 enginetest ProcessCommandParameters EApaCommandOpen badname.3gp EAddPath EFalse
       
   439 delete enginetest
       
   440 pause 1000
       
   441 [Endtest]
       
   442 
       
   443 [Test]
       
   444 //
       
   445 //  Test Access Point Dialog withSelection
       
   446 //  - No GenericParameters 
       
   447 //  - No Default Access Point
       
   448 //  - Set Query Access Point to 0 to simulate a cancel button press
       
   449 //  - Launch an embedded SDP file
       
   450 //  - OpenFile leaves with KErrCancel
       
   451 //
       
   452 title 23) AppUiEngine Access Point Selection
       
   453 create mpxvideoplayertest enginetest
       
   454 enginetest CreateEngine Embedded
       
   455 enginetest SetDefaultAccessPoint NO_AP
       
   456 enginetest SetQueryAccessPoint AP_QUERY
       
   457 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile AP_QUERY2
       
   458 delete enginetest
       
   459 pause 1000
       
   460 [Endtest]
       
   461 
       
   462 [Test]
       
   463 //
       
   464 //  Test Access Point Dialog Cancel without Selection
       
   465 //  - No GenericParameters 
       
   466 //  - No Default Access Point
       
   467 //  - Set Query Access Point to 0 to simulate a cancel button press
       
   468 //  - Launch an embedded SDP file
       
   469 //  - OpenFile leaves with KErrCancel
       
   470 //
       
   471 title 24) AppUiEngine Access Point Selection
       
   472 create mpxvideoplayertest enginetest
       
   473 enginetest CreateEngine Embedded
       
   474 enginetest SetDefaultAccessPoint NO_AP
       
   475 enginetest SetQueryAccessPoint NO_AP
       
   476 enginetest OpenFile UseHandle sdp_test.sdp EAddPath ESdpFile KErrCancel
       
   477 delete enginetest
       
   478 pause 1000
       
   479 [Endtest]
       
   480 
       
   481 [Test]
       
   482 //
       
   483 //  Test Playlist functionality
       
   484 //  Open Multilink ram file 
       
   485 //  HandleCollectionMessage for playlist 
       
   486 //
       
   487 title 25) AppUiEngine HandleCollectionMessage RAM Playlist 
       
   488 create mpxvideoplayertest enginetest
       
   489 enginetest CreateEngine StandAlone
       
   490 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   491 enginetest OpenFile UseHandle test_multilocal.ram EAddPath EMultiLinkFile AP_GPRS_1 LocalLinks 
       
   492 enginetest HandleCollectionMessage EPathChanged EMcPathChangedByOpen EMcContainerOpened
       
   493 delete enginetest
       
   494 pause 1000
       
   495 [Endtest]
       
   496 
       
   497 [Test]
       
   498 //
       
   499 //  Test Playlist functionality
       
   500 //  Open Multilink ASX file 
       
   501 //  HandleCollectionMessage for playlist 
       
   502 //
       
   503 title 26) AppUiEngine HandleCollectionMessage ASX Playlist 
       
   504 create mpxvideoplayertest enginetest
       
   505 enginetest CreateEngine StandAlone
       
   506 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   507 enginetest OpenFile UseHandle test_multilink_v2.asx EAddPath EMultiLinkFile AP_GPRS_1 StreamingLinks 
       
   508 enginetest HandleCollectionMessage EPathChanged EMcPathChangedByOpen EMcContainerOpened
       
   509 delete enginetest
       
   510 pause 1000
       
   511 [Endtest]
       
   512 
       
   513 [Test]
       
   514 //
       
   515 //  Test Playlist functionality
       
   516 //  Open Multilink ASX file 
       
   517 //  HandleCollectionMessage for playlist 
       
   518 //
       
   519 title 27) AppUiEngine UpdatePbPluginMediaL ASX V3 
       
   520 create mpxvideoplayertest enginetest
       
   521 enginetest CreateEngine StandAlone
       
   522 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   523 enginetest OpenFile UseHandle test_seekSingle_v3.asx EAddPath EAsxFile AP_GPRS_1 StreamingLinks 
       
   524 delete enginetest
       
   525 pause 1000
       
   526 [Endtest]
       
   527 
       
   528 [Test]
       
   529 //
       
   530 //  Test OpenMediaL functionality
       
   531 //  Open valid Media  
       
   532 //
       
   533 title 28) AppUiEngine OpenMediaL 
       
   534 create mpxvideoplayertest enginetest
       
   535 enginetest CreateEngine StandAlone
       
   536 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   537 enginetest OpenMedia local.3gp EAddPath
       
   538 delete enginetest
       
   539 pause 1000
       
   540 [Endtest]
       
   541 
       
   542 [Test]
       
   543 //
       
   544 //  Test OpenMediaL functionality
       
   545 //  Open bad Media  
       
   546 //
       
   547 title 29) AppUiEngine OpenMediaL bad file path
       
   548 create mpxvideoplayertest enginetest
       
   549 enginetest CreateEngine StandAlone
       
   550 enginetest SetDefaultAccessPoint AP_GPRS_1
       
   551 enginetest OpenMedia no_existing_file.ram EAddPath
       
   552 delete enginetest
       
   553 pause 1000
       
   554 [Endtest]
       
   555 
       
   556 [Test]
       
   557 //
       
   558 //  Test View Depth functionality
       
   559 //
       
   560 title 30) AppUiEngine GetView Depth
       
   561 create mpxvideoplayertest enginetest
       
   562 enginetest CreateEngine StandAlone
       
   563 enginetest GetViewDepth ViewDepth_2
       
   564 delete enginetest
       
   565 pause 1000
       
   566 [Endtest]
       
   567 
       
   568 [Test]
       
   569 //
       
   570 //  Test the Video Center PDL test cases
       
   571 //  - Launch a stand alone instance of engine
       
   572 //  - Handle a message to start feeds PDL playback
       
   573 //
       
   574 title 31) AppUiEngine Feeds PDL
       
   575 create mpxvideoplayertest enginetest
       
   576 enginetest CreateEngine StandAlone
       
   577 enginetest HandleCollectionMedia local.3gp EAddPath DownloadId_1 
       
   578 delete enginetest
       
   579 pause 1000
       
   580 [Endtest]
       
   581 
       
   582 [Test]
       
   583 //
       
   584 //  Test the handling of messages
       
   585 //
       
   586 title 32) AppUiEngine Messages
       
   587 create mpxvideoplayertest enginetest
       
   588 enginetest CreateEngine StandAlone
       
   589 enginetest HandleMessageActivationMessageL ENoMsg EOpenInternetVideos EFalse
       
   590 enginetest HandleMessageActivationMessageL EMatrix EOpenInternetVideos EFalse
       
   591 delete enginetest
       
   592 pause 1000
       
   593 [Endtest]
       
   594 
       
   595 [Test]
       
   596 //
       
   597 //  Test the handling of messages
       
   598 //  -  Set the active view type to playback view type
       
   599 //  -  Send Message from KVideoPlayerVodStartPlayer
       
   600 //  -  Message should be ignored
       
   601 //
       
   602 title 33) AppUiEngine Messages
       
   603 create mpxvideoplayertest enginetest
       
   604 enginetest CreateEngine StandAlone
       
   605 enginetest HandleMessageActivationMessageL ENoMsg EOpenInternetVideos ETrue
       
   606 enginetest HandleMessageActivationMessageL EMatrix EOpenInternetVideos ETrue
       
   607 delete enginetest
       
   608 pause 1000
       
   609 [Endtest]
       
   610