|
1 rem Copyright (c) 2004-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\TSU_ICL_BTRANS_01*.* |
|
17 md E:\Logs |
|
18 md E:\Logs\TestResults |
|
19 |
|
20 REM *********************************************** |
|
21 REM **************** BTRANS TESTS ***************** |
|
22 REM *********************************************** |
|
23 |
|
24 md c:\Btrans\ |
|
25 |
|
26 copy E:\unittest\icl\EColor16IclBtrans.mbm c:\EColor16IclBtrans.mbm |
|
27 copy E:\unittest\icl\EColor16MIclBtrans.mbm c:\EColor16MIclBtrans.mbm |
|
28 copy E:\unittest\icl\EColor256IclBtrans.mbm c:\EColor256IclBtrans.mbm |
|
29 copy E:\unittest\icl\EColor4KIclBtrans.mbm c:\EColor4KIclBtrans.mbm |
|
30 copy E:\unittest\icl\EColor64kIclBtrans.mbm c:\EColor64kIclBtrans.mbm |
|
31 copy E:\unittest\icl\EGray16IclBtrans.mbm c:\EGray16IclBtrans.mbm |
|
32 copy E:\unittest\icl\EGray256IclBtrans.mbm c:\EGray256IclBtrans.mbm |
|
33 copy E:\unittest\icl\EGray2IclBtrans.mbm c:\EGray2IclBtrans.mbm |
|
34 copy E:\unittest\icl\EGray4IclBtrans.mbm c:\EGray4IclBtrans.mbm |
|
35 copy E:\unittest\icl\EColor16MUIclBtrans.mbm c:\EColor16MUIclBtrans.mbm |
|
36 copy E:\unittest\icl\xfile.mbm c:\xfile.mbm |
|
37 copy E:\unittest\icl\test.mbm c:\test.mbm |
|
38 copy E:\unittest\icl\test.mbm c:\btrans\test.mbm |
|
39 copy E:\unittest\icl\Btrans\*.* c:\btrans\ |
|
40 |
|
41 testframework -q tsu_icl_btrans_01.script |
|
42 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
43 |
|
44 testframework -q tsu_icl_btrans_01_ALLOC.script |
|
45 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
46 |
|
47 testframework -q tsu_icl_btrans_01_Panic.script |
|
48 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
49 |
|
50 del C:\Btrans\*.* |
|
51 del C:\*.* |