|
1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 rem All rights reserved. |
|
3 rem This component and the accompanying materials are made available |
|
4 rem under the terms of "Eclipse Public License v1.0" |
|
5 rem which accompanies this distribution, and is available |
|
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 rem |
|
8 rem Initial Contributors: |
|
9 rem Nokia Corporation - initial contribution. |
|
10 rem |
|
11 rem Contributors: |
|
12 rem |
|
13 rem Description: |
|
14 rem |
|
15 |
|
16 del E:\Logs\TestResults\tsi_mmf_aclnt_00_nona3f.htm |
|
17 del E:\Logs\TestResults\tsi_mmf_aclnt_03_nona3f.htm |
|
18 md E:\Logs\ |
|
19 md E:\Logs\TestResults\ |
|
20 |
|
21 REM *********************************************** |
|
22 REM **************** ACLNT TESTS ****************** |
|
23 REM *********************************************** |
|
24 |
|
25 md c:\AclntITestData\ |
|
26 |
|
27 copy e:\inttest\mmf\aclntitestdata\maintst.ogg c:\aclntitestdata\maintst.ogg |
|
28 copy e:\inttest\mmf\aclntitestdata\test.raw c:\aclntitestdata\test.raw |
|
29 copy e:\inttest\mmf\aclntitestdata\sequence1.sqn c:\aclntitestdata\sequence1.sqn |
|
30 copy e:\inttest\mmf\aclntitestdata\sequence2.sqn c:\aclntitestdata\sequence2.sqn |
|
31 copy e:\inttest\mmf\aclntitestdata\imad.wav c:\aclntitestdata\imad.wav |
|
32 copy e:\inttest\mmf\aclntitestdata\main.wav c:\aclntitestdata\main.wav |
|
33 |
|
34 copy e:\inttest\mmf\aclntitestdata\audio.ini c:\audio.ini |
|
35 |
|
36 REM Tests for CR1566 to be executed with a3f disabled only |
|
37 |
|
38 testframework tsi_mmf_aclnt_00_nona3f.script |
|
39 move c:\logs\testresults\*.htm e:\logs\testresults\ |
|
40 |
|
41 testframework tsi_mmf_aclnt_03_nona3f.script |
|
42 move c:\logs\testresults\*.htm e:\logs\testresults\ |
|
43 |
|
44 del c:\AclntITestData\*.* |
|
45 del c:\audio.ini |