diff -r c76ea6caa649 -r b276843a15ba mpx/tsrc/public/basic/conf/playbackplugintest.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpx/tsrc/public/basic/conf/playbackplugintest.cfg Tue Sep 21 11:25:55 2010 -0500 @@ -0,0 +1,75 @@ +// ================================================== +// Playback Plugin Test +// ================================================== + + +[Test] +title 1 MMPXPlaybackUtilityNewL +create playbackplugintest test +test MMPXPlaybackUtilityNewL +test Close +delete test +[Endtest] + +[Test] +title 2 MMPXPlaybackUtilityUtilityL +create playbackplugintest test +test MMPXPlaybackUtilityUtilityL +test Close +delete test +[Endtest] + +[Test] +title 3 InitStreamingL +create playbackplugintest test +test MMPXPlaybackUtilityNewL +pause 1000 +test InitStreamingL JepJep.mp3 +pause 1000 +test Close +delete test +[Endtest] + +[Test] +title 4 InitStreaming2L +create playbackplugintest test +test MMPXPlaybackUtilityNewL +pause 1000 +test InitStreaming2L JepJep.mp3 +pause 1000 +test Close +delete test +[Endtest] + +[Test] +title 5 InitRFile +create playbackplugintest test +test MMPXPlaybackUtilityNewL +pause 1000 +test InitRFileL JepJep.mp3 +pause 1000 +test Close +delete test +[Endtest] + +[Test] +title 6 InitURI +create playbackplugintest test +test MMPXPlaybackUtilityNewL +pause 1000 +test InitURIL JepJep.mp3 +pause 1000 +test Close +delete test +[Endtest] + +[Test] +title 7 InitRFileWithLocalAudioPlugin +create playbackplugintest test +test MMPXPlaybackUtilityNewLLocalAudioPlugin +pause 1000 +test InitRFileL JepJep.mp3 +pause 1000 +test Close +delete test +[Endtest]