os/mm/mmtestenv/mmtesttools/Scripts/runICLFrmRfIntTests.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 runICLFrmIntTests.bat
    15 rem 
    16 rem
    17 
    18 del E:\Logs\TestResults\TSI_ICL_FRM_RF*.*
    19 md E:\Logs\
    20 md E:\Logs\TestResults\
    21 
    22 REM ***********************************************
    23 REM ***************** FRM TESTS *******************
    24 REM ***********************************************
    25 
    26 md c:\ICL\
    27 md c:\ICL\TestImages\
    28 md c:\ICL\RefImages\
    29 
    30 copy z:\ICL\TSI_ICL_FRM_00.ini c:\ICL\TSI_ICL_FRM_00.ini
    31 
    32 copy E:\inttest\icl\testimages\jfif444_8.jpg c:\ICL\TestImages\jfif444_8.jpg
    33 copy E:\inttest\icl\refimages\jfif444_8.mbm c:\ICL\RefImages\jfif444_8.mbm
    34 copy E:\inttest\icl\testimages\jfif444.jpg c:\ICL\TestImages\jfif444.jpg
    35 copy E:\inttest\icl\testimages\jfif444.drm c:\ICL\TestImages\jfif444.drm
    36 copy E:\inttest\icl\refimages\jfif444.mbm c:\ICL\RefImages\jfif444.mbm
    37 copy E:\inttest\icl\testimages\trans_1.gif c:\ICL\TestImages\trans_1.gif
    38 copy E:\inttest\icl\testimages\trans_8.gif c:\ICL\TestImages\trans_8.gif
    39 copy E:\inttest\icl\refimages\trans_1.mbm c:\ICL\RefImages\trans_1.mbm
    40 copy E:\inttest\icl\refimages\trans_8.mbm c:\ICL\RefImages\trans_8.mbm
    41 copy E:\inttest\icl\testimages\bmp8bpp_8.bmp c:\ICL\TestImages\bmp8bpp_8.bmp
    42 copy E:\inttest\icl\refimages\bmp8bpp_8.mbm c:\ICL\RefImages\bmp8bpp_8.mbm
    43 copy E:\inttest\icl\testimages\operator.ota c:\ICL\TestImages\operator.ota
    44 copy E:\inttest\icl\testimages\operator.drm c:\ICL\TestImages\operator.drm
    45 copy E:\inttest\icl\refimages\operator.mbm c:\ICL\RefImages\operator.mbm
    46 copy E:\inttest\icl\testimages\sun.wbmp c:\ICL\TestImages\sun.wbmp
    47 copy E:\inttest\icl\refimages\sun.mbm c:\ICL\RefImages\sun.mbm
    48 copy E:\inttest\icl\testimages\png4_8.png c:\ICL\TestImages\png4_8.png
    49 copy E:\inttest\icl\refimages\png4_8.mbm c:\ICL\RefImages\png4_8.mbm
    50 copy E:\inttest\icl\testimages\tif3_4.tif c:\ICL\TestImages\tif3_4.tif
    51 copy E:\inttest\icl\refimages\tif3_4.mbm c:\ICL\RefImages\tif3_4.mbm
    52 copy E:\inttest\icl\testimages\wmf3_8.wmf c:\ICL\TestImages\wmf3_8.wmf
    53 copy E:\inttest\icl\refimages\wmf3_8.mbm c:\ICL\RefImages\wmf3_8.mbm
    54 copy E:\inttest\icl\testimages\icoepoc.ico c:\ICL\TestImages\icoepoc.ico
    55 copy E:\inttest\icl\refimages\icoepoc.mbm c:\ICL\RefImages\icoepoc.mbm
    56 copy E:\inttest\icl\testimages\jfif444_8_cropped.jpg c:\ICL\TestImages\jfif444_8_cropped.jpg
    57 copy E:\inttest\icl\refimages\mbm24bpp_4.mbm c:\ICL\RefImages\mbm24bpp_4.mbm
    58 copy E:\inttest\icl\testimages\mbm24bpp_4.mbm c:\ICL\TestImages\mbm24bpp_4.mbm
    59 copy E:\inttest\icl\testimages\back.gif c:\ICL\TestImages\back.gif
    60 copy E:\inttest\icl\testimages\clock.gif c:\ICL\TestImages\clock.gif
    61 copy E:\inttest\icl\testimages\jfif444_8.bmp c:\ICL\TestImages\jfif444_8.bmp
    62 copy E:\inttest\icl\refimages\minimum.mbm c:\ICL\RefImages\minimum.mbm
    63 copy E:\inttest\icl\testimages\drmstub.drm c:\ICL\TestImages\drmstub.drm
    64 copy E:\inttest\icl\testimages\textfile.jpg C:\ICL\TestImages\textfile.jpg
    65 copy E:\inttest\icl\refimages\textfile.mbm C:\ICL\RefImages\textfile.mbm
    66 copy E:\inttest\icl\testimages\img_1705.jpg C:\ICL\TestImages\img_1705.jpg
    67 copy E:\inttest\icl\refimages\img_1705.mbm C:\ICL\RefImages\img_1705.mbm
    68 
    69 testframework -q TSI_ICL_FRM_RF.script
    70 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    71 
    72 testframework -q TSI_ICL_FRM_RF_ALLOC.script
    73 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    74 
    75 del c:\icl\testimages\*.*
    76 del c:\icl\refimages\*.*
    77 del c:\icl\*.*