musicplayer_plat/mpx_music_player_app_api/tsrc/conf/tcmpxmusicplayertest.bat
author Arnaud Lenoir
Wed, 06 Oct 2010 23:04:31 +0100
branchRCL_3
changeset 63 46c6f842ec8b
permissions -rw-r--r--
Forgot to add the files related to the work done for guidelines for package tests organisation (http://developer.symbian.org/wiki/index.php/Guidelines_for_Package_Test_Organisation).

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