os/persistentdata/persistentstorage/centralrepository/test/t_cenrep_runtxtshellflashtests.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/centralrepository/test/t_cenrep_runtxtshellflashtests.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,54 @@
     1.4 +@echo off
     1.5 +rem
     1.6 +rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.7 +rem All rights reserved.
     1.8 +rem This component and the accompanying materials are made available
     1.9 +rem under the terms of "Eclipse Public License v1.0"
    1.10 +rem which accompanies this distribution, and is available
    1.11 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12 +rem
    1.13 +rem Initial Contributors:
    1.14 +rem Nokia Corporation - initial contribution.
    1.15 +rem
    1.16 +rem Contributors:
    1.17 +rem
    1.18 +rem Description:
    1.19 +rem
    1.20 +@SETLOCAL
    1.21 +@rem This batch file will run the tests automatically.
    1.22 +@IF "%~1"=="" goto ERROR
    1.23 +@IF "%~2"=="" goto ERROR
    1.24 +@FIND "startupmode 1" %EPOCROOT%EPOC32\data\epoc.ini >NUL
    1.25 +@if errorlevel 1 goto ADDLINE
    1.26 +goto BODY
    1.27 +
    1.28 +:ADDLINE
    1.29 +echo startupmode 1 >> %EPOCROOT%EPOC32\data\epoc.ini
    1.30 +goto BODY
    1.31 +
    1.32 +:BODY
    1.33 +@if exist \textshell.bat call \textshell.bat
    1.34 +@REM FIRST TEST PRESETUP
    1.35 +@if exist %EPOCROOT%EPOC32\winscw\c\private\10202be9\romversion\romversion_info.txt erase %EPOCROOT%EPOC32\winscw\c\private\10202be9\romversion\romversion_info.txt
    1.36 +
    1.37 +@REM FIRST TEST SYSLIB-CENTRALREPOSITORY-CT-400[2|3|4]
    1.38 +@if exist %EPOCROOT%EPOC32\RELEASE\%1\%2\t_cenrep_fota_txtem2.exe call %EPOCROOT%EPOC32\RELEASE\%1\%2\t_cenrep_fota_txtem2.exe
    1.39 +
    1.40 +@REM SECOND TEST PRESETUP SYSLIB-CENTRALREPOSITORY-CT-4005
    1.41 +@if exist  %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333.txt move %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333.txt  %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333_temp.txt
    1.42 +@if exist %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333_modified.cre copy %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333_modified.cre %EPOCROOT%EPOC32\winscw\c\private\10202be9\persists\10033333.cre
    1.43 +@if exist %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\sw_modified1.txt copy %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\sw_modified1.txt %EPOCROOT%EPOC32\winscw\c\private\10202be9\romversion\romversion_info.txt
    1.44 +
    1.45 +@REM SECOND TEST
    1.46 +@if exist %EPOCROOT%EPOC32\RELEASE\%1\%2\t_cenrep_fota_txtem1.exe call %EPOCROOT%EPOC32\RELEASE\%1\%2\t_cenrep_fota_txtem1.exe
    1.47 +
    1.48 +@REM SECOND TEST POST CLEANUP
    1.49 +@if exist %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333_temp.txt move %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333_temp.txt  %EPOCROOT%EPOC32\RELEASE\%1\%2\Z\private\10202be9\10033333.txt
    1.50 +goto EOF
    1.51 +
    1.52 +:ERROR
    1.53 +@echo "please supply the release winscw and build type [udeb|urel]"
    1.54 +
    1.55 +:EOF
    1.56 +
    1.57 +