diff -r 714af566785b -r 46c6f842ec8b musicplayer_plat/mpx_music_player_app_api/tsrc/conf/tcmpxmusicplayertest.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/musicplayer_plat/mpx_music_player_app_api/tsrc/conf/tcmpxmusicplayertest.bat Wed Oct 06 23:04:31 2010 +0100 @@ -0,0 +1,12 @@ +rem Copy files to MMC drive e: +md e:\testing +md e:\testing\data +copy c:\testing\data\mpxtest1.mp3 e:\testing\data\mpxtest1.mp3 +copy c:\testing\data\mpxtest2.mp3 e:\testing\data\mpxtest2.mp3 +copy c:\testing\data\mpxtestplaylist.m3u e:\testing\data\mpxtestplaylist.m3u + +rem Execute the scripte: +ATSINTERFACE.EXE -testmodule testcombiner -config C:\TestFramework\tcMpxMusicPlayerTest.cfg + +rem Save log file as over written every time a script has been executed +copy c:\logs\testframework\TestReport.txt c:\logs\testframework\TestReport_tcMpxMusicPlayerTest.txt