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).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
63
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     1
rem Copy files to MMC drive e:
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     2
md e:\testing
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     3
md e:\testing\data
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     4
copy c:\testing\data\mpxtest1.mp3 e:\testing\data\mpxtest1.mp3
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     5
copy c:\testing\data\mpxtest2.mp3 e:\testing\data\mpxtest2.mp3
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     6
copy c:\testing\data\mpxtestplaylist.m3u e:\testing\data\mpxtestplaylist.m3u
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     7
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     8
rem Execute the scripte:
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
     9
ATSINTERFACE.EXE -testmodule testcombiner -config C:\TestFramework\tcMpxMusicPlayerTest.cfg
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
    10
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
    11
rem Save log file as over written every time a script has been executed
46c6f842ec8b 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).
Arnaud Lenoir
parents:
diff changeset
    12
copy c:\logs\testframework\TestReport.txt c:\logs\testframework\TestReport_tcMpxMusicPlayerTest.txt