|
1 rem Copyright (c) 2005-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_GenIclImgDisp*.* |
|
17 md E:\Logs |
|
18 md E:\Logs\TestResults |
|
19 |
|
20 REM *********************************************** |
|
21 REM ****** Generic ICL wrapper plugi-in TESTS **** |
|
22 REM *********************************************** |
|
23 |
|
24 md c:\tsu_icl_ExifImgdisp_01\ |
|
25 md c:\tsu_icl_ExifImgdisp_01\ref\ |
|
26 md c:\tsu_icl_ExifImgdisp_01\genIcl\ |
|
27 md c:\ICL\ |
|
28 md c:\ICL\RefImages\ |
|
29 md c:\ICL\TestImages\ |
|
30 md c:\TSU_ICL_COD_03\ |
|
31 md c:\TSU_ICL_COD_03\WMFArmRef\ |
|
32 md c:\TSU_ICL_COD_03\WMFArmRefMask\ |
|
33 md c:\TSU_ICL_COD_03\WMF\ |
|
34 md c:\TSU_ICL_COD_03\WMFREF\ |
|
35 md c:\TSU_ICL_COD_03\WMFREFMASK\ |
|
36 |
|
37 copy E:\tsu_icl_Exifimgdisp_01\*.* c:\tsu_icl_Exifimgdisp_01\*.* |
|
38 copy E:\tsu_icl_Exifimgdisp_01\ref\*.* c:\tsu_icl_Exifimgdisp_01\ref\*.* |
|
39 copy E:\tsu_icl_ExifImgdisp_01\genIcl\*.* c:\tsu_icl_ExifImgdisp_01\genIcl\*.* |
|
40 copy E:\inttest\icl\RefImages\*.* c:\ICL\RefImages\*.* |
|
41 copy E:\inttest\icl\TestImages\*.* c:\ICL\TestImages\*.* |
|
42 |
|
43 copy e:\unittest\icl\TSU_ICL_COD_03\WMF\DibPatternBrush.wmf c:\TSU_ICL_COD_03\WMF\DibPatternBrush.wmf |
|
44 copy e:\unittest\icl\TSU_ICL_COD_03\WMFArmRef\DibPatternBrush.mbm c:\TSU_ICL_COD_03\WMFArmRef\DibPatternBrush.mbm |
|
45 copy e:\unittest\icl\TSU_ICL_COD_03\WMFArmRefMask\DibPatternBrush.mbm c:\TSU_ICL_COD_03\WMFArmRefMask\DibPatternBrush.mbm |
|
46 REM For X86 Platform , Emulator version of mbm files are used. |
|
47 REM Copying Emulator version of DibPatternBrush.mbm for X86 |
|
48 copy e:\unittest\icl\TSU_ICL_COD_03\WMFRef\DibPatternBrush.mbm c:\TSU_ICL_COD_03\WMFRef\DibPatternBrush.mbm |
|
49 copy e:\unittest\icl\TSU_ICL_COD_03\WMFRefMask\DibPatternBrush.mbm c:\TSU_ICL_COD_03\WMFRefMask\DibPatternBrush.mbm |
|
50 |
|
51 testframework -q TSU_ICL_GenIclImgDisp_01.script |
|
52 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
53 |
|
54 testframework -q TSU_ICL_GenIclImgDisp_01_Alloc.script |
|
55 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
56 |
|
57 del c:\tsu_icl_ExifImgdisp_01\ref\*.* |
|
58 del c:\tsu_icl_ExifImgdisp_01\genIcl\*.* |
|
59 del c:\tsu_icl_ExifImgdisp_01\*.* |
|
60 del c:\TSU_ICL_COD_03\WMFArmRef\*.* |
|
61 del c:\TSU_ICL_COD_03\WMFArmRefMask\*.* |
|
62 del c:\TSU_ICL_COD_03\WMFRef\*.* |
|
63 del c:\TSU_ICL_COD_03\WMFRefMask\*.* |
|
64 del c:\TSU_ICL_COD_03\WMF\*.* |
|
65 del c:\TSU_ICL_COD_03\*.* |
|
66 del c:\ICL\RefImages\*.* |
|
67 del c:\ICL\TestImages\*.* |
|
68 del c:\ICL\*.* |