imagingtestenv/imagingtesttools/Scripts/runMMFRUFUnitTests.bat
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 rem Copyright (c) 2006-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 
       
    17 del E:\Logs\TestResults\tsu_mmf_mmruf_badext.htm
       
    18 del E:\Logs\TestResults\tsu_mmf_mmruf_corrupt.htm
       
    19 del E:\Logs\TestResults\tsu_mmf_mmruf.htm
       
    20 del E:\Logs\TestResults\tsu_mmf_mmruf_alloc.htm
       
    21 md E:\Logs\
       
    22 md E:\Logs\TestResults\
       
    23 
       
    24 REM ***********************************************
       
    25 REM **************** RUF TESTS ******************
       
    26 REM ***********************************************
       
    27 
       
    28 md c:\recog\
       
    29 md c:\recog\common\
       
    30 
       
    31 copy e:\recog\*.wxt c:\recog\
       
    32 copy e:\recog\common\* c:\recog\common\
       
    33 
       
    34 testframeworkrecognizer tsu_mmf_mmruf_badext.script
       
    35 move c:\Logs\TestResults\tsu_mmf_mmruf*.htm e:\Logs\TestResults\
       
    36 
       
    37 del c:\recog\*
       
    38 
       
    39 copy e:\recog\corrupt*.* c:\recog\
       
    40 
       
    41 testframeworkrecognizer tsu_mmf_mmruf_corrupt.script
       
    42 move c:\Logs\TestResults\tsu_mmf_mmruf*.htm e:\Logs\TestResults\
       
    43 
       
    44 del c:\recog\*
       
    45 
       
    46 copy e:\recog\valid_* c:\recog\
       
    47 
       
    48 testframeworkrecognizer tsu_mmf_mmruf.script
       
    49 move c:\Logs\TestResults\tsu_mmf_mmruf*.htm e:\Logs\TestResults\
       
    50 
       
    51 del c:\recog\*
       
    52 
       
    53 copy e:\recog\valid_angry_bone.3gp  c:\recog\
       
    54 copy e:\recog\3gpWidWrngExt.wxt  c:\recog\
       
    55 copy e:\recog\corrupt_vid.3gp  c:\recog\
       
    56 
       
    57 testframeworkrecognizer tsu_mmf_mmruf_alloc.script
       
    58 move c:\Logs\TestResults\tsu_mmf_mmruf*.htm e:\Logs\TestResults\
       
    59 
       
    60 del c:\recog\common\*
       
    61 del c:\recog\*
       
    62