|
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 runICLFrmUnitTests.bat |
|
15 rem |
|
16 rem |
|
17 |
|
18 del E:\Logs\TestResults\TSU_ICL_FRM_FH*.* |
|
19 md E:\Logs |
|
20 md E:\Logs\TestResults |
|
21 |
|
22 REM *********************************************** |
|
23 REM ***************** FRM TESTS ******************* |
|
24 REM *********************************************** |
|
25 |
|
26 md c:\TSU_ICL_FRM_01\ |
|
27 |
|
28 copy E:\unittest\icl\frm\Tif2.tif c:\TSU_ICL_FRM_01\Tif2.tif |
|
29 copy E:\unittest\icl\frm\Tif2.mbm c:\TSU_ICL_FRM_01\Tif2.mbm |
|
30 copy E:\unittest\icl\frm\Trans_1.gif c:\TSU_ICL_FRM_01\Trans_1.gif |
|
31 copy E:\unittest\icl\frm\Trans_1.mbm c:\TSU_ICL_FRM_01\Trans_1.mbm |
|
32 copy E:\unittest\icl\frm\Gif87a.gif c:\TSU_ICL_FRM_01\Gif87a.gif |
|
33 copy E:\unittest\icl\frm\Gif87a.mbm c:\TSU_ICL_FRM_01\Gif87a.mbm |
|
34 copy E:\unittest\icl\frm\Test.tst c:\TSU_ICL_FRM_01\Test.tst |
|
35 copy E:\unittest\icl\frm\Png24bpp_1.png c:\TSU_ICL_FRM_01\Png24bpp_1.png |
|
36 |
|
37 testframework -q TSU_ICL_FRM_FH.script |
|
38 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
39 |
|
40 testframework -q TSU_ICL_FRM_FH_ALLOC.script |
|
41 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
42 |
|
43 del c:\TSU_ICL_FRM_01\*.* |