diff -r 3b098142db83 -r 92dbd2a406d9 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 Mon Oct 04 00:50:27 2010 +0300 @@ -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]