Update contrib.
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".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
16 REM Remove old results from MMC
17 del e:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm
19 md e:\logs\testexecute
21 REM Create destination directories for test images
22 md c:\te_tsi_icl_excludedfiles_01
23 md c:\te_tsi_icl_excludedfiles_01\inputimages
24 md c:\te_tsi_icl_excludedfiles_01\refimages
27 REM Copy test images from MMC to ROM
28 copy e:\te_tsi_icl_excludedfiles_01\*.* c:\te_tsi_icl_excludedfiles_01
29 copy e:\te_tsi_icl_excludedfiles_01\inputimages\*.* c:\te_tsi_icl_excludedfiles_01\inputimages\*.*
30 copy e:\te_tsi_icl_excludedfiles_01\refimages\*.* c:\te_tsi_icl_excludedfiles_01\refimages\*.*
33 testexecute z:\testdata\scripts\te_tsi_icl_excludedfiles_01suite.script
35 REM Move the results file from the ROM to the MMC
36 move c:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm e:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm
38 REM Delete the test images
39 del c:\te_tsi_icl_excludedfiles_01\*.*
40 del c:\te_tsi_icl_excludedfiles_01\inputimages\*.*
41 del c:\te_tsi_icl_excludedfiles_01\refimages\*.*