mpx/tsrc/public/basic/conf/playbackplugintest.cfg
changeset 64 92dbd2a406d9
equal deleted inserted replaced
61:3b098142db83 64:92dbd2a406d9
       
     1 // ==================================================
       
     2 // Playback Plugin Test
       
     3 // ==================================================
       
     4 
       
     5 
       
     6 [Test]
       
     7 title 1  MMPXPlaybackUtilityNewL
       
     8 create playbackplugintest test
       
     9 test MMPXPlaybackUtilityNewL
       
    10 test Close
       
    11 delete test
       
    12 [Endtest] 
       
    13 
       
    14 [Test]
       
    15 title 2  MMPXPlaybackUtilityUtilityL
       
    16 create playbackplugintest test
       
    17 test MMPXPlaybackUtilityUtilityL
       
    18 test Close
       
    19 delete test
       
    20 [Endtest] 
       
    21 
       
    22 [Test]
       
    23 title 3  InitStreamingL
       
    24 create playbackplugintest test
       
    25 test MMPXPlaybackUtilityNewL
       
    26 pause 1000
       
    27 test InitStreamingL JepJep.mp3
       
    28 pause 1000
       
    29 test Close
       
    30 delete test
       
    31 [Endtest] 
       
    32 
       
    33 [Test]
       
    34 title 4  InitStreaming2L
       
    35 create playbackplugintest test
       
    36 test MMPXPlaybackUtilityNewL
       
    37 pause 1000
       
    38 test InitStreaming2L JepJep.mp3
       
    39 pause 1000
       
    40 test Close
       
    41 delete test
       
    42 [Endtest] 
       
    43 
       
    44 [Test]
       
    45 title 5  InitRFile
       
    46 create playbackplugintest test
       
    47 test MMPXPlaybackUtilityNewL
       
    48 pause 1000
       
    49 test InitRFileL JepJep.mp3
       
    50 pause 1000
       
    51 test Close
       
    52 delete test
       
    53 [Endtest] 
       
    54 
       
    55 [Test]
       
    56 title 6  InitURI
       
    57 create playbackplugintest test
       
    58 test MMPXPlaybackUtilityNewL
       
    59 pause 1000
       
    60 test InitURIL JepJep.mp3
       
    61 pause 1000
       
    62 test Close
       
    63 delete test
       
    64 [Endtest] 
       
    65 
       
    66 [Test]
       
    67 title 7  InitRFileWithLocalAudioPlugin
       
    68 create playbackplugintest test
       
    69 test MMPXPlaybackUtilityNewLLocalAudioPlugin
       
    70 pause 1000
       
    71 test InitRFileL JepJep.mp3
       
    72 pause 1000
       
    73 test Close
       
    74 delete test
       
    75 [Endtest]