secureswitools/swisistools/test/tinterpretsisinteg/testinterpretsis_db.bat
changeset 4 32704c33136d
equal deleted inserted replaced
-1:000000000000 4:32704c33136d
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of the License "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description:
       
    15 @rem
       
    16 
       
    17 :: This acts like an .ini file.
       
    18 :: It will run the portion of the code indicated by the first argument (test ID) of the command line.
       
    19 :: FORMAT:
       
    20 :: :<test ID>
       
    21 :: ECHO PERFORM THE TESTS
       
    22 :: GOTO END
       
    23 
       
    24 
       
    25 @ECHO OFF
       
    26 if not exist .\cdrive mkdir .\cdrive > NUL
       
    27 if not exist .\romdrive mkdir .\romdrive > NUL
       
    28 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
    29 if not exist \epoc32\winscw\c\sys\install\scr mkdir \epoc32\winscw\c\sys\install\scr > NUL
       
    30 set errorlevel = 0
       
    31 
       
    32 GOTO %1
       
    33 
       
    34 :INT001-001
       
    35 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
    36 if not %errorlevel%==0 GOTO LAST
       
    37 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    38 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    39 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    40 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    41 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    42 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    43 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
    44 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    45 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
    46 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    47 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
    48 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    49 GOTO PASS_CLEAN
       
    50 
       
    51 
       
    52 :INT001-002
       
    53 mkdir .\romdrive\cr1027test > NUL
       
    54 mkdir .\romdrive\private\10273582 > NUL
       
    55 mkdir .\romdrive\sys\bin > NUL
       
    56 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
    57 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
    58 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
    59 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
    60 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
    61 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffUid_sucert.sis +sucert -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
    62 if not %errorlevel%==0 GOTO LAST
       
    63 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    64 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    65 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    66 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    67 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    68 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    69 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
    70 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    71 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
    72 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    73 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
    74 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    75 GOTO PASS_CLEAN
       
    76 
       
    77 
       
    78 :INT001-003a
       
    79 mkdir .\romdrive\cr1027test > NUL
       
    80 mkdir .\romdrive\private\10273582 > NUL
       
    81 mkdir .\romdrive\sys\bin > NUL
       
    82 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
    83 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
    84 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
    85 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
    86 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
    87 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
    88 if not %errorlevel%==0 GOTO LAST
       
    89 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    90 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    91 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    92 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    93 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    94 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    95 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
    96 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    97 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
    98 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    99 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   100 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   101 GOTO PASS_CLEAN
       
   102 
       
   103 
       
   104 :INT001-003b
       
   105 mkdir .\romdrive\cr1027test > NUL
       
   106 mkdir .\romdrive\private\10273582 > NUL
       
   107 mkdir .\romdrive\sys\bin > NUL
       
   108 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   109 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   110 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   111 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   112 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   113 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffName.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
   114 if not %errorlevel%==0 GOTO LAST
       
   115 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   116 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   117 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   118 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   119 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   120 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   121 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   122 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   123 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   124 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   125 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   126 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   127 GOTO PASS_CLEAN
       
   128 
       
   129 
       
   130 :INT001-003c
       
   131 mkdir .\romdrive\cr1027test > NUL
       
   132 mkdir .\romdrive\private\10273582 > NUL
       
   133 mkdir .\romdrive\sys\bin > NUL
       
   134 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   135 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   136 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   137 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   138 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   139 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSASameVersion.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
   140 if not %errorlevel%==0 GOTO LAST
       
   141 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   142 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   143 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   144 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   145 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   146 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   147 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   148 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   149 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   150 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   151 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   152 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   153 GOTO PASS_CLEAN
       
   154 
       
   155 
       
   156 :INT001-003d
       
   157 mkdir .\romdrive\cr1027test > NUL
       
   158 mkdir .\romdrive\private\10273582 > NUL
       
   159 mkdir .\romdrive\sys\bin > NUL
       
   160 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   161 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   162 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   163 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   164 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   165 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSANR.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
   166 if not %errorlevel%==0 GOTO LAST
       
   167 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   168 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   169 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   170 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   171 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   172 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   173 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   174 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   175 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   176 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   177 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   178 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   179 GOTO PASS_CLEAN
       
   180 
       
   181 
       
   182 :INT001-004
       
   183 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   184 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   185 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
   186 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   187 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   188 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   189 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   190 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   191 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis,\epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   192 if not %errorlevel%==0 GOTO LAST
       
   193 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   194 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   195 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
   196 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   197 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
   198 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   199 GOTO PASS_CLEAN
       
   200 
       
   201 
       
   202 :INT001-006
       
   203 call interpretsis -z .\romdrive -c .\cdrive -n 2 -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sa.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_pu.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   204 if not %errorlevel%==0 GOTO LAST
       
   205 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   206 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   207 set exist_file=.\cdrive\private\81111106\import\filePU.txt
       
   208 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   209 set exist_file=.\cdrive\private\81111106\import\fileSP.txt
       
   210 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   211 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   212 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   213 type .\cdrive\private\81111106\import\file1.txt | find "French" > NUL
       
   214 if not %errorlevel%==0 GOTO LAST
       
   215 GOTO PASS_CLEAN
       
   216 
       
   217 
       
   218 :INT001-007
       
   219 call interpretsis -z .\romdrive -c .\cdrive -n 5 -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sa.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_pu.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   220 if not %errorlevel%==0 GOTO LAST
       
   221 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   222 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   223 set exist_file=.\cdrive\private\81111106\import\filePU.txt
       
   224 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   225 set exist_file=.\cdrive\private\81111106\import\fileSP.txt
       
   226 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   227 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   228 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   229 type .\cdrive\private\81111106\import\file1.txt | find "English" > NUL
       
   230 if not %errorlevel%==0 GOTO LAST
       
   231 GOTO PASS_CLEAN
       
   232 
       
   233 
       
   234 :INT001-008a
       
   235 mkdir .\romdrive\cr1027test > NUL
       
   236 mkdir .\romdrive\private\10273582 > NUL
       
   237 mkdir .\romdrive\sys\bin > NUL
       
   238 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   239 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   240 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   241 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   242 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   243 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   244 if not %errorlevel%==0 GOTO LAST
       
   245 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   246 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   247 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   248 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   249 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   250 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   251 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   252 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   253 GOTO PASS_CLEAN
       
   254 
       
   255 
       
   256 :INT001-008b
       
   257 mkdir .\romdrive\cr1027test > NUL
       
   258 mkdir .\romdrive\private\10273582 > NUL
       
   259 mkdir .\romdrive\sys\bin > NUL
       
   260 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   261 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   262 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   263 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   264 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   265 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   266 if not %errorlevel%==0 GOTO LAST
       
   267 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   268 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   269 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   270 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   271 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   272 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   273 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   274 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   275 GOTO PASS_CLEAN
       
   276 
       
   277 
       
   278 :INT001-009
       
   279 mkdir .\romdrive\cr1027test > NUL
       
   280 mkdir .\romdrive\private\10273582 > NUL
       
   281 mkdir .\romdrive\sys\bin > NUL
       
   282 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
   283 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   284 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   285 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   286 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   287 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   288 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   289 if not %errorlevel%==0 GOTO LAST
       
   290 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   291 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   292 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   293 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   294 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   295 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   296 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   297 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   298 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   299 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   300 GOTO PASS_CLEAN
       
   301 
       
   302 
       
   303 :INT001-010
       
   304 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   305 if not %errorlevel%==0 GOTO LAST
       
   306 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   307 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   308 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   309 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   310 GOTO PASS_CLEAN
       
   311 
       
   312 
       
   313 :INT001-011
       
   314 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   315 if not %errorlevel%==0 GOTO LAST
       
   316 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   317 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   318 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   319 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   320 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   321 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   322 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   323 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   324 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   325 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   326 GOTO PASS_CLEAN
       
   327 
       
   328 
       
   329 :INT001-012
       
   330 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   331 if not %errorlevel%==0 GOTO LAST
       
   332 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   333 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   334 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   335 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   336 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   337 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   338 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   339 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   340 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   341 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   342 GOTO PASS_CLEAN
       
   343 
       
   344 
       
   345 :INT001-013
       
   346 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   347 if not %errorlevel%==0 GOTO LAST
       
   348 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   349 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   350 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   351 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   352 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   353 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   354 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   355 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   356 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   357 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   358 GOTO PASS_CLEAN
       
   359 
       
   360 
       
   361 :INT001-014
       
   362 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   363 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   364 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   365 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   366 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   367 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   368 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   369 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   370 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   371 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   372 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   373 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   374 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   375 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepurunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   376 if not %errorlevel%==0 GOTO LAST
       
   377 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   378 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   379 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   380 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   381 GOTO PASS_CLEAN
       
   382 
       
   383 
       
   384 :INT001-015
       
   385 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sanr.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_purunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   386 if not %errorlevel%==0 GOTO LAST
       
   387 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   388 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   389 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   390 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   391 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   392 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   393 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   394 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   395 GOTO PASS_CLEAN
       
   396 
       
   397 
       
   398 :INT001-016
       
   399 mkdir .\romdrive\cr1027test > NUL
       
   400 mkdir .\romdrive\private\10273582 > NUL
       
   401 mkdir .\romdrive\sys\bin > NUL
       
   402 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   403 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   404 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   405 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   406 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   407 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPNR.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   408 if not %errorlevel%==0 GOTO LAST
       
   409 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   410 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   411 GOTO PASS_CLEAN
       
   412 
       
   413 
       
   414 :INT001-017
       
   415 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\filenull.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   416 if not %errorlevel%==0 GOTO LAST
       
   417 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000_0000.ctl
       
   418 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   419 GOTO PASS_CLEAN
       
   420 
       
   421 
       
   422 :SWI001-001
       
   423 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   424 if not %errorlevel%==0 GOTO LAST
       
   425 call xcopy .\cdrive \epoc32\winscw\c /S /Y  > NUL
       
   426 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q  > NUL
       
   427 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y  > NUL
       
   428 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   429 GOTO END
       
   430 
       
   431 
       
   432 :SWI001-002
       
   433 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sarunr.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   434 if not %errorlevel%==0 GOTO LAST
       
   435 if exist \epoc32\winscw\c\sys\install\sisregistry\ rmdir \epoc32\winscw\c\sys\install\sisregistry\ /S /Q > NUL
       
   436 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   437 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   438 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   439 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   440 GOTO END
       
   441 
       
   442 
       
   443 :SWI001-003
       
   444 mkdir .\romdrive\cr1027test > NUL
       
   445 mkdir .\romdrive\private\10273582 > NUL
       
   446 mkdir .\romdrive\sys\bin > NUL
       
   447 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   448 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   449 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   450 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   451 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   452 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   453 if not %errorlevel%==0 GOTO LAST
       
   454 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   455 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   456 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   457 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   458 GOTO END
       
   459 
       
   460 
       
   461 :SWI001-004
       
   462 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   463 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   464 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   465 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   466 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   467 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   468 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   469 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   470 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   471 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   472 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   473 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   474 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   475 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   476 if not %errorlevel%==0 GOTO LAST
       
   477 if exist \epoc32\winscw\c\sys\install\sisregistry\ rmdir \epoc32\winscw\c\sys\install\sisregistry\ /S /Q > NUL
       
   478 if exist \epoc32\winscw\c\sys\install\scr\ rmdir \epoc32\winscw\c\sys\install\scr\ /S /Q > NUL
       
   479 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   480 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   481 GOTO END
       
   482 
       
   483 
       
   484 :SWI001-005
       
   485 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   486 if not %errorlevel%==0 GOTO LAST
       
   487 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   488 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   489 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   490 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   491 if exist \epoc32\winscw\c\sys\install\sisregistry\ rmdir \epoc32\winscw\c\sys\install\sisregistry\ /S /Q > NUL
       
   492 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   493 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   494 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   495 GOTO END
       
   496 
       
   497 
       
   498 :SWI001-006
       
   499 mkdir .\romdrive\cr1027test > NUL
       
   500 mkdir .\romdrive\private\10273582 > NUL
       
   501 mkdir .\romdrive\sys\bin > NUL
       
   502 IF NOT EXIST .\cdrive\sys mkdir .\cdrive\sys > NUL
       
   503 IF NOT EXIST .\cdrive\sys\install mkdir .\cdrive\sys\install > NUL
       
   504 IF NOT EXIST .\cdrive\sys\install\sisregistry mkdir .\cdrive\sys\install\sisregistry > NUL
       
   505 
       
   506 call copy \epoc32\winscw\c\sys\install\sisregistry\ROMVersionStringCache_localSysUtil.bin .\cdrive\sys\install\sisregistry\ROMVersionStringCache_localSysUtil.bin > NUL
       
   507 call copy \epoc32\winscw\c\sys\install\sisregistry\swiregfirstinit.log .\cdrive\sys\install\sisregistry\swiregfirstinit.log > NUL
       
   508 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   509 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   510 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   511 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   512 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   513 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   514 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   515 copy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\scr.db /Y > NUL
       
   516 if not %errorlevel%==0 GOTO LAST
       
   517 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   518 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   519 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   520 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   521 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   522 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   523 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   524 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   525 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   526 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   527 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   528 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   529 if exist \epoc32\winscw\c\sys\install\sisregistry\ rmdir \epoc32\winscw\c\sys\install\sisregistry\ /S /Q > NUL
       
   530 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   531 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   532 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   533 GOTO END
       
   534 
       
   535 
       
   536 :SWI001-007
       
   537 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   538 if not %errorlevel%==0 GOTO LAST
       
   539 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
   540 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   541 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   542 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   543 set exist_file=.\cdrive\sys\hash\adornedfilenametestingdll{000A0001}.dll
       
   544 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   545 if exist \epoc32\winscw\c\sys\install\sisregistry\ rmdir \epoc32\winscw\c\sys\install\sisregistry\ /S /Q > NUL
       
   546 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   547 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   548 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   549 GOTO END
       
   550 
       
   551 
       
   552 :INT002-001a
       
   553 mkdir .\romdrive\cr1027test > NUL
       
   554 mkdir .\romdrive\private\10273582 > NUL
       
   555 mkdir .\romdrive\sys\bin > NUL
       
   556 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   557 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   558 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   559 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   560 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   561 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffUid_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   562 if not %errorlevel%==-5 GOTO LAST
       
   563 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   564 if exist %exist_file% GOTO FAIL_FOUND
       
   565 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   566 if exist %exist_file% GOTO FAIL_FOUND
       
   567 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   568 if exist %exist_file% GOTO FAIL_FOUND
       
   569 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   570 if exist %exist_file% GOTO FAIL_FOUND
       
   571 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   572 if exist %exist_file% GOTO FAIL_FOUND
       
   573 GOTO PASS_CLEAN
       
   574 
       
   575 
       
   576 :INT002-001b
       
   577 mkdir .\romdrive\cr1027test > NUL
       
   578 mkdir .\romdrive\private\10273582 > NUL
       
   579 mkdir .\romdrive\sys\bin > NUL
       
   580 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   581 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   582 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   583 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   584 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   585 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMSANORU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   586 if not %errorlevel%==-3 GOTO LAST
       
   587 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   588 if exist %exist_file% GOTO FAIL_FOUND
       
   589 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   590 if exist %exist_file% GOTO FAIL_FOUND
       
   591 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   592 if exist %exist_file% GOTO FAIL_FOUND
       
   593 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   594 if exist %exist_file% GOTO FAIL_FOUND
       
   595 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   596 if exist %exist_file% GOTO FAIL_FOUND
       
   597 GOTO PASS_CLEAN
       
   598 
       
   599 
       
   600 :INT002-003
       
   601 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMSANORU.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   602 if not %errorlevel%==-3 GOTO LAST
       
   603 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   604 if exist %exist_file% GOTO FAIL_FOUND
       
   605 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   606 if exist %exist_file% GOTO FAIL_FOUND
       
   607 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   608 if exist %exist_file% GOTO FAIL_FOUND
       
   609 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   610 if exist %exist_file% GOTO FAIL_FOUND
       
   611 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   612 if exist %exist_file% GOTO FAIL_FOUND
       
   613 GOTO PASS_CLEAN
       
   614 
       
   615 
       
   616 :INT002-004
       
   617 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   618 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   619 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
   620 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   621 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   622 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   623 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   624 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   625 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgradenonrucertpu_root5.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   626 if not %errorlevel%==-9 GOTO LAST
       
   627 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   628 if not %errorlevel%==-10 GOTO LAST
       
   629 GOTO PASS_CLEAN
       
   630 
       
   631 
       
   632 :INT002-005
       
   633 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   634 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   635 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   636 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   637 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   638 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   639 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   640 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   641 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   642 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   643 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   644 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   645 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   646 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   647 if not %errorlevel%==-5 GOTO LAST
       
   648 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   649 if exist %exist_file% GOTO FAIL_FOUND
       
   650 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   651 if exist %exist_file% GOTO FAIL_FOUND
       
   652 GOTO PASS_CLEAN
       
   653 
       
   654 
       
   655 :INT002-006
       
   656 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   657 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   658 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   659 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   660 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   661 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   662 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   663 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   664 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   665 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   666 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   667 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   668 if not %errorlevel%==-5 GOTO LAST
       
   669 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   670 if exist %exist_file% GOTO FAIL_FOUND
       
   671 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   672 if exist %exist_file% GOTO FAIL_FOUND
       
   673 GOTO PASS_CLEAN
       
   674 
       
   675 
       
   676 :INT002-007
       
   677 mkdir .\romdrive\cr1027test > NUL
       
   678 mkdir .\romdrive\private\10273582 > NUL
       
   679 mkdir .\romdrive\sys\bin > NUL
       
   680 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   681 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   682 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   683 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   684 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   685 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPSameName.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   686 if not %errorlevel%==-21 GOTO LAST
       
   687 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   688 if exist %exist_file% GOTO FAIL_FOUND
       
   689 GOTO PASS_CLEAN
       
   690 
       
   691 
       
   692 :INT002-008
       
   693 mkdir .\romdrive\cr1027test > NUL
       
   694 mkdir .\romdrive\private\10273582 > NUL
       
   695 mkdir .\romdrive\sys\bin > NUL
       
   696 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   697 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   698 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   699 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file2.txt > NUL
       
   700 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   701 if not %errorlevel%==-5 GOTO LAST
       
   702 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   703 if exist %exist_file% GOTO FAIL_FOUND
       
   704 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   705 if exist %exist_file% GOTO FAIL_FOUND
       
   706 GOTO PASS_CLEAN
       
   707 
       
   708 
       
   709 :INT002-009
       
   710 mkdir .\romdrive\cr1027test > NUL
       
   711 mkdir .\romdrive\private\10273582 > NUL
       
   712 mkdir .\romdrive\sys\bin > NUL
       
   713 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   714 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   715 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   716 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file2.txt > NUL
       
   717 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   718 if not %errorlevel%==-5 GOTO LAST
       
   719 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   720 if exist %exist_file% GOTO FAIL_FOUND
       
   721 GOTO PASS_CLEAN
       
   722 
       
   723 
       
   724 :INT002-010
       
   725 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   726 if not %errorlevel%==-21 GOTO LAST
       
   727 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   728 if exist %exist_file% GOTO FAIL_FOUND
       
   729 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   730 if exist %exist_file% GOTO FAIL_FOUND
       
   731 GOTO PASS_CLEAN
       
   732 
       
   733 
       
   734 :INT002-011
       
   735 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_2.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   736 if not %errorlevel%==-5 GOTO LAST
       
   737 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   738 if exist %exist_file% GOTO FAIL_FOUND
       
   739 GOTO PASS_CLEAN
       
   740 
       
   741 
       
   742 :INT002-012
       
   743 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp_2.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   744 if not %errorlevel%==-5 GOTO LAST
       
   745 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   746 if exist %exist_file% GOTO FAIL_FOUND
       
   747 GOTO PASS_CLEAN
       
   748 
       
   749 
       
   750 :INT002-013
       
   751 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_purunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   752 if not %errorlevel%==-18 GOTO LAST
       
   753 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   754 if exist %exist_file% GOTO FAIL_FOUND
       
   755 GOTO PASS_CLEAN
       
   756 
       
   757 
       
   758 :INT002-014
       
   759 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sanr.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   760 if not %errorlevel%==-18 GOTO LAST
       
   761 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   762 if exist %exist_file% GOTO FAIL_FOUND
       
   763 GOTO PASS_CLEAN
       
   764 
       
   765 
       
   766 :INT002-015
       
   767 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   768 if not %errorlevel%==-18 GOTO LAST
       
   769 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   770 if exist %exist_file% GOTO FAIL_FOUND
       
   771 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   772 if exist %exist_file% GOTO FAIL_FOUND
       
   773 GOTO PASS_CLEAN
       
   774 
       
   775 
       
   776 :INT002-016
       
   777 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp_2_nr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   778 if not %errorlevel%==-18 GOTO LAST
       
   779 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   780 if exist %exist_file% GOTO FAIL_FOUND
       
   781 GOTO PASS_CLEAN
       
   782 
       
   783 
       
   784 :INT002-017
       
   785 if not exist \ddrive mkdir \ddrive > NUL
       
   786 if not exist .\edrive mkdir .\edrive > NUL
       
   787 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
   788 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
   789 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
   790 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +e +sucert -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   791 if not %errorlevel%==-5 GOTO LAST
       
   792 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
   793 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   794 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
   795 if exist %exist_file% GOTO FAIL_FOUND
       
   796 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   797 if not exist %exist_file% GOTO FAIL_FOUND
       
   798 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   799 if not exist %exist_file% GOTO FAIL_FOUND
       
   800 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   801 if not exist %exist_file% GOTO FAIL_FOUND
       
   802 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
   803 if exist %exist_file% GOTO FAIL_FOUND
       
   804 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
   805 if exist %exist_file% GOTO FAIL_FOUND
       
   806 GOTO PASS_CLEAN
       
   807 
       
   808 
       
   809 :INT002-018
       
   810 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\filenullinvalid.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   811 if not %errorlevel%==-4 GOTO LAST
       
   812 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000_0000.ctl
       
   813 if exist %exist_file% GOTO FAIL_FOUND
       
   814 GOTO PASS_CLEAN
       
   815 
       
   816 :SWI002-001
       
   817 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   818 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
   819 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   820 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   821 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   822 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   823 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   824 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   825 call interpretsis -z .\romdrive -c .\cdrive -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   826 if not %errorlevel%==0 GOTO LAST
       
   827 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   828 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   829 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   830 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   831 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   832 GOTO END
       
   833 
       
   834 
       
   835 :SWI002-002
       
   836 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   837 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
   838 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   839 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   840 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   841 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   842 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   843 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   844 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   845 if not %errorlevel%==0 GOTO LAST
       
   846 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   847 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   848 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   849 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   850 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   851 GOTO END
       
   852 
       
   853 
       
   854 :SWI002-003
       
   855 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   856 if not %errorlevel%==0 GOTO LAST
       
   857 if not exist \epoc32\winscw\c\Documents\InstTest mkdir \epoc32\winscw\c\Documents\InstTest
       
   858 call xcopy .\cdrive\sys\install\sisregistry \epoc32\winscw\c\sys\install\sisregistry /S /Y > NUL
       
   859 call xcopy .\cdrive\Documents\InstTest \epoc32\winscw\c\Documents\InstTest /S /Y > NUL
       
   860 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   861 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   862 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   863 GOTO END
       
   864 
       
   865 
       
   866 :SWI002-004
       
   867 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   868 if not %errorlevel%==0 GOTO LAST
       
   869 if not exist \epoc32\winscw\c\Documents\InstTest mkdir \epoc32\winscw\c\Documents\InstTest
       
   870 call xcopy .\cdrive\sys\install\sisregistry \epoc32\winscw\c\sys\install\sisregistry /S /Y > NUL
       
   871 call xcopy .\cdrive\Documents\InstTest \epoc32\winscw\c\Documents\InstTest /S /Y > NUL
       
   872 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
   873 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
   874 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
   875 GOTO END
       
   876 
       
   877 
       
   878 :INT003-001
       
   879 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis  -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_sa.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   880 if not %errorlevel%==0 GOTO LAST
       
   881 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   882 if exist %exist_file% GOTO FAIL_FOUND
       
   883 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   884 if exist %exist_file% GOTO FAIL_FOUND
       
   885 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
   886 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   887 GOTO PASS_CLEAN
       
   888 
       
   889 
       
   890 :INT003-002
       
   891 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis  -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   892 if not %errorlevel%==0 GOTO LAST
       
   893 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   894 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   895 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   896 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   897 GOTO PASS_CLEAN
       
   898 
       
   899 
       
   900 :INT003-003
       
   901 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis  -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   902 if not %errorlevel%==0 GOTO LAST
       
   903 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   904 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   905 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   906 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   907 GOTO PASS_CLEAN
       
   908 
       
   909 
       
   910 :INT003-004
       
   911 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_41_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   912 if not %errorlevel%==0 GOTO LAST
       
   913 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   914 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   915 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   916 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   917 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
   918 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   919 GOTO PASS_CLEAN
       
   920 
       
   921 
       
   922 :INT003-005
       
   923 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_23_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   924 if not %errorlevel%==0 GOTO LAST
       
   925 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   926 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   927 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   928 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   929 GOTO PASS_CLEAN
       
   930 
       
   931 
       
   932 :INT003-006
       
   933 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_48_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   934 if not %errorlevel%==0 GOTO LAST
       
   935 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   936 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   937 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   938 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   939 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
   940 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   941 GOTO PASS_CLEAN
       
   942 
       
   943 
       
   944 :INT003-007
       
   945 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_46_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   946 if not %errorlevel%==0 GOTO LAST
       
   947 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   948 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   949 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
   950 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   951 GOTO PASS_CLEAN
       
   952 
       
   953 
       
   954 :INT003-008
       
   955 mkdir .\romdrive\sys\bin > NUL
       
   956 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4.dll > NUL
       
   957 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
   958 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_36_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   959 if not %errorlevel%==0 GOTO LAST
       
   960 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
   961 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   962 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
   963 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   964 GOTO PASS_CLEAN
       
   965 
       
   966 
       
   967 :INT003-009
       
   968 mkdir .\romdrive\sys\bin > NUL
       
   969 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4.dll > NUL
       
   970 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
   971 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_310_upgrade_0x2baecad8_symbiantest1_dummydll4pkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   972 if not %errorlevel%==0 GOTO LAST
       
   973 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
   974 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   975 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001_0000.ctl
       
   976 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   977 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
   978 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   979 GOTO PASS_CLEAN
       
   980 
       
   981 
       
   982 :INT003-010
       
   983 mkdir .\romdrive\sys\bin > NUL
       
   984 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll > NUL
       
   985 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis .\romdrive\system\install\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis > NUL
       
   986 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_38_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
   987 if not %errorlevel%==0 GOTO LAST
       
   988 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
   989 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   990 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0001.ctl
       
   991 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   992 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
   993 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   994 GOTO PASS_CLEAN
       
   995 
       
   996 
       
   997 :INT003-011
       
   998 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
   999 if not exist .\romdrive\sys\bin mkdir .\romdrive\sys\bin > NUL
       
  1000 if not exist .\romdrive\private\90008ACE mkdir .\romdrive\private\90008ACE > NUL
       
  1001 if not exist .\romdrive\private\89334567 mkdir .\romdrive\private\89334567 > NUL
       
  1002 if not exist .\romdrive\cr1122test mkdir .\romdrive\cr1122test > NUL
       
  1003 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityunprotectedvid.dll .\romdrive\sys\bin\wildcard_rom_stub_lib1.dll > NUL
       
  1004 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\wildcard_rom_stub_lib2.dll > NUL
       
  1005 call copy \epoc32\release\winscw\udeb\helloworld_forpackage.exe .\romdrive\sys\bin\wildcard_testrun1.exe > NUL
       
  1006 call copy \epoc32\release\winscw\udeb\console_app_forpackage.exe .\romdrive\sys\bin\wildcard_testrun2.exe > NUL
       
  1007 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1122test\data1.txt > NUL
       
  1008 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1122test\fact2.txt > NUL
       
  1009 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1122WildCardROMStub.sis .\romdrive\system\install\CR1122WildCardROMStub.sis > NUL
       
  1010 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1122WCROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1011 if not %errorlevel%==0 GOTO LAST
       
  1012 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000_0000.ctl
       
  1013 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1014 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib1.dll
       
  1015 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1016 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib2.dll
       
  1017 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1018 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe
       
  1019 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1020 set exist_file=.\cdrive\sys\bin\wildcard_testrun2.exe
       
  1021 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1022 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe
       
  1023 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1024 set exist_file=.\cdrive\private\90008ACE\wcrom1.txt
       
  1025 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1026 set exist_file=.\cdrive\private\89334567\wcrom2.txt
       
  1027 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1028 set exist_file=.\cdrive\cr1122test\data1.txt
       
  1029 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1030 set exist_file=.\cdrive\cr1122test\fact2.txt
       
  1031 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1032 set exist_file=.\cdrive\cr1122test\wildcard_config1.cnf
       
  1033 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1034 set exist_file=.\cdrive\cr1122test\wildcard_config2.cnf
       
  1035 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1036 GOTO PASS_CLEAN
       
  1037 
       
  1038 
       
  1039 :INT003-012
       
  1040 mkdir .\romdrive\cr1027test > NUL
       
  1041 mkdir .\romdrive\private\10273582 > NUL
       
  1042 mkdir .\romdrive\sys\bin > NUL
       
  1043 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1044 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1045 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1046 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1047 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config2.txt > NUL
       
  1048 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1049 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1050 if not %errorlevel%==0 GOTO LAST
       
  1051 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1052 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1053 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1054 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1055 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1056 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1057 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1058 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1059 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1060 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1061 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1062 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1063 GOTO PASS_CLEAN
       
  1064 
       
  1065 
       
  1066 :INT003-013
       
  1067 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1068 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
  1069 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
  1070 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
  1071 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1072 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
  1073 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
  1074 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
  1075 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
  1076 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
  1077 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
  1078 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
  1079 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
  1080 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1081 if not %errorlevel%==0 GOTO LAST
       
  1082 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
  1083 if not exist %exist_file% GOTO FAIL_FOUND
       
  1084 set exist_file=.\cdrive\eclipsetest\file1.txt
       
  1085 if not exist %exist_file% GOTO FAIL_FOUND
       
  1086 GOTO PASS_CLEAN
       
  1087 
       
  1088 
       
  1089 :INT003-014
       
  1090 mkdir .\romdrive\cr1027test > NUL
       
  1091 mkdir .\romdrive\private\10273582 > NUL
       
  1092 mkdir .\romdrive\sys\bin > NUL
       
  1093 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1094 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1095 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1096 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1097 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1098 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1099 if not %errorlevel%==0 GOTO LAST
       
  1100 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1101 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1102 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1103 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1104 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1105 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1106 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1107 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1108 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1109 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1110 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1111 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1112 GOTO PASS_CLEAN
       
  1113 
       
  1114 
       
  1115 :INT003-015
       
  1116 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1117 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
  1118 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1119 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1120 if not %errorlevel%==0 GOTO LAST
       
  1121 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1122 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1123 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1124 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1125 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1126 if not exist %exist_file% GOTO FAIL_FOUND
       
  1127 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1128 if not exist %exist_file% GOTO FAIL_FOUND
       
  1129 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1130 if not exist %exist_file% GOTO FAIL_FOUND
       
  1131 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1132 if not exist %exist_file% GOTO FAIL_FOUND
       
  1133 GOTO PASS_CLEAN
       
  1134 
       
  1135 
       
  1136 :INT003-017
       
  1137 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1138 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1139 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1140 if not %errorlevel%==0 GOTO LAST
       
  1141 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1142 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1143 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1144 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1145 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1146 if not exist %exist_file% GOTO FAIL_FOUND
       
  1147 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1148 if not exist %exist_file% GOTO FAIL_FOUND
       
  1149 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1150 if not exist %exist_file% GOTO FAIL_FOUND
       
  1151 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1152 if not exist %exist_file% GOTO FAIL_FOUND
       
  1153 GOTO PASS_CLEAN
       
  1154 
       
  1155 
       
  1156 :INT003-018
       
  1157 mkdir .\romdrive\sys\bin > NUL
       
  1158 mkdir .\romdrive\system\install > NUL
       
  1159 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1160 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_36_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1161 if not %errorlevel%==0 GOTO LAST
       
  1162 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1163 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1164 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1165 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1166 GOTO PASS_CLEAN
       
  1167 
       
  1168 
       
  1169 :INT003-019
       
  1170 mkdir .\romdrive\sys\bin > NUL
       
  1171 mkdir .\romdrive\system\install > NUL
       
  1172 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1173 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_310_upgrade_0x2baecad8_symbiantest1_dummydll4pkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1174 if not %errorlevel%==0 GOTO LAST
       
  1175 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1176 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1177 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001_0000.ctl
       
  1178 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1179 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1180 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1181 GOTO PASS_CLEAN
       
  1182 
       
  1183 
       
  1184 :INT003-020
       
  1185 if not exist .\romdrive\sys\bin mkdir .\romdrive\sys\bin > NUL
       
  1186 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1187 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1188 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1189 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll > NUL
       
  1190 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis .\romdrive\system\install\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis > NUL
       
  1191 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_38_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1192 if not %errorlevel%==0 GOTO LAST
       
  1193 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1194 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1195 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0001.ctl
       
  1196 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1197 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1198 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1199 GOTO PASS_CLEAN
       
  1200 
       
  1201 
       
  1202 :INT003-021
       
  1203 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1204 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1205 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1206 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1207 if not %errorlevel%==0 GOTO LAST
       
  1208 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1209 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1210 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1211 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1212 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1213 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1214 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1215 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1216 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1217 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1218 GOTO PASS_CLEAN
       
  1219 
       
  1220 
       
  1221 :INT003-022
       
  1222 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1223 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1224 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1225 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1226 if not %errorlevel%==0 GOTO LAST
       
  1227 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1228 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1229 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1230 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1231 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1232 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1233 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1234 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1235 GOTO PASS_CLEAN
       
  1236 
       
  1237 
       
  1238 :INT003-023
       
  1239 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1240 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1241 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1242 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1243 if not %errorlevel%==0 GOTO LAST
       
  1244 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1245 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1246 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1247 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1248 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1249 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1250 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1251 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1252 GOTO PASS_CLEAN
       
  1253 
       
  1254 
       
  1255 :INT003-024
       
  1256 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1257 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1258 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1259 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1260 if not %errorlevel%==0 GOTO LAST
       
  1261 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1262 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1263 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1264 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1265 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1266 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1267 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1268 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1269 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1270 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1271 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1272 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1273 GOTO PASS_CLEAN
       
  1274 
       
  1275 
       
  1276 :INT003-025
       
  1277 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1278 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1279 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1280 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1281 if not %errorlevel%==-5 GOTO LAST
       
  1282 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1283 if exist %exist_file% GOTO FAIL_FOUND
       
  1284 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1285 if exist %exist_file% GOTO FAIL_FOUND
       
  1286 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1287 if exist %exist_file% GOTO FAIL_FOUND
       
  1288 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1289 if exist %exist_file% GOTO FAIL_FOUND
       
  1290 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1291 if exist %exist_file% GOTO FAIL_FOUND
       
  1292 GOTO PASS_CLEAN
       
  1293 
       
  1294 
       
  1295 :INT003-026
       
  1296 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1297 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1298 call move .\romdrive\sys\install\scr\provisioned\scr.db .\cdrive\sys\install\scr\scr.db
       
  1299 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -e -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1300 if not %errorlevel%==0 GOTO LAST
       
  1301 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1302 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1303 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1304 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1305 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1306 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1307 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1308 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1309 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1310 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1311 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1312 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1313 GOTO PASS_CLEAN
       
  1314 
       
  1315 
       
  1316 :INT003-027
       
  1317 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1318 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1319 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1320 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1321 if not %errorlevel%==0 GOTO LAST
       
  1322 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1323 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1324 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1325 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1326 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1327 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1328 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1329 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1330 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1331 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1332 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1333 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1334 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1335 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1336 GOTO PASS_CLEAN
       
  1337 
       
  1338 :SWI003-001
       
  1339 if not exist \ddrive mkdir \ddrive > NUL
       
  1340 if not exist .\edrive mkdir .\edrive > NUL
       
  1341 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1342 if not %errorlevel%==0 GOTO LAST
       
  1343 if exist \epoc32\winscw\c\sys\install\scr\scr.db del \epoc32\winscw\c\sys\install\scr\scr.db /Q > NUL
       
  1344 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
  1345 call xcopy .\edrive \epoc32\drive_e /S /Y > NUL
       
  1346 call xcopy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\ /S /Y > NUL
       
  1347 ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness_db.txt
       
  1348 GOTO END
       
  1349 
       
  1350 
       
  1351 :INT004-001
       
  1352 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_65_upgrade_0xabaecad6_symbiantest1_dummydllpkg_220_sa.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1353 if not %errorlevel%==-5 GOTO LAST
       
  1354 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
  1355 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1356 set exist_file=.\cdrive\sys\install\sisregistry\abaecad6\00000000_0000.ctl
       
  1357 if exist %exist_file% GOTO FAIL_FOUND
       
  1358 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
  1359 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1360 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1361 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1362 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
  1363 if exist %exist_file% GOTO FAIL_FOUND
       
  1364 GOTO PASS_CLEAN
       
  1365 
       
  1366 
       
  1367 :INT004-002
       
  1368 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1369 if not %errorlevel%==-5 GOTO LAST
       
  1370 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
  1371 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1372 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000001_0000.ctl
       
  1373 if exist %exist_file% GOTO FAIL_FOUND
       
  1374 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1375 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1376 GOTO PASS_CLEAN
       
  1377 
       
  1378 
       
  1379 :INT004-003
       
  1380 mkdir .\romdrive\sys\bin > NUL
       
  1381 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll3.dll
       
  1382 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_34_upgrade_0x2baecad7_symbiantest1_dummydll3pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1383 if not %errorlevel%==-5 GOTO LAST
       
  1384 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000_0000.ctl
       
  1385 if exist %exist_file% GOTO FAIL_FOUND
       
  1386 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll3{000A0001}.dll
       
  1387 if exist %exist_file% GOTO FAIL_FOUND
       
  1388 GOTO PASS_CLEAN
       
  1389 
       
  1390 
       
  1391 :INT004-004
       
  1392 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1122WildCardROMStub.sis .\romdrive\system\install\CR1122WildCardROMStub.sis > NUL
       
  1393 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1122WCROMUpgradeSA1.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1394 if not %errorlevel%==-4 GOTO LAST > NUL
       
  1395 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000_0000.ctl > NUL
       
  1396 if not exist %exist_file% GOTO FAIL_NOT_FOUND > NUL
       
  1397 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib1.dll > NUL
       
  1398 if exist %exist_file% GOTO FAIL_FOUND > NUL
       
  1399 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib2.dll > NUL
       
  1400 if exist %exist_file% GOTO FAIL_FOUND > NUL
       
  1401 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe > NUL
       
  1402 if exist %exist_file% GOTO FAIL_FOUND > NUL
       
  1403 set exist_file=.\cdrive\private\10273581\wcrom3.txt > NUL
       
  1404 if exist %exist_file% GOTO FAIL_NOT_FOUND > NUL
       
  1405 set exist_file=.\cdrive\private\90008ACE\wcrom1.txt > NUL
       
  1406 if exist %exist_file% GOTO FAIL_FOUND > NUL
       
  1407 set exist_file=.\cdrive\private\90008ACE\wcrom2.txt > NUL
       
  1408 if exist %exist_file% GOTO FAIL_FOUND > NUL
       
  1409 GOTO PASS_CLEAN
       
  1410 
       
  1411 
       
  1412 :INT004-005
       
  1413 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1414 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1415 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
  1416 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1417 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1418 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1419 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1420 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1421 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1422 if not %errorlevel%==-3 GOTO LAST
       
  1423 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1424 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1425 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1426 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1427 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1428 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1429 GOTO PASS_CLEAN
       
  1430 
       
  1431 
       
  1432 :INT004-006
       
  1433 mkdir .\romdrive\cr1027test > NUL
       
  1434 mkdir .\romdrive\private\10273582 > NUL
       
  1435 mkdir .\romdrive\sys\bin > NUL
       
  1436 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  1437 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1438 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1439 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1440 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1441 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1442 if not %errorlevel%==-5 GOTO LAST
       
  1443 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1444 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1445 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1446 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1447 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1448 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1449 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1450 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1451 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1452 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1453 GOTO PASS_CLEAN
       
  1454 
       
  1455 
       
  1456 :INT004-007
       
  1457 mkdir .\romdrive\cr1027test > NUL
       
  1458 mkdir .\romdrive\private\10273582 > NUL
       
  1459 mkdir .\romdrive\sys\bin > NUL
       
  1460 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1461 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1462 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1463 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1464 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1465 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1466 if not %errorlevel%==-3 GOTO LAST
       
  1467 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1468 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1469 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1470 if exist %exist_file% GOTO FAIL_FOUND
       
  1471 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1472 if exist %exist_file% GOTO FAIL_FOUND
       
  1473 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1474 if exist %exist_file% GOTO FAIL_FOUND
       
  1475 GOTO PASS_CLEAN
       
  1476 
       
  1477 
       
  1478 :INT004-008
       
  1479 if not exist \ddrive mkdir \ddrive > NUL
       
  1480 if not exist .\edrive mkdir .\edrive > NUL
       
  1481 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1482 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1483 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +e +sucert -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1484 if not %errorlevel%==-5 GOTO LAST
       
  1485 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1486 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1487 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1488 if exist %exist_file% GOTO FAIL_FOUND
       
  1489 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1490 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1491 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1492 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1493 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1494 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1495 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1496 if exist %exist_file% GOTO FAIL_FOUND
       
  1497 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1498 if exist %exist_file% GOTO FAIL_FOUND
       
  1499 GOTO PASS_CLEAN
       
  1500 
       
  1501 
       
  1502 :INT004-009
       
  1503 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1504 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1505 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +c -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1506 if not %errorlevel%==-5 GOTO LAST
       
  1507 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1508 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1509 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1510 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1511 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1512 if not exist %exist_file% GOTO FAIL_FOUND
       
  1513 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1514 if not exist %exist_file% GOTO FAIL_FOUND
       
  1515 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1516 if not exist %exist_file% GOTO FAIL_FOUND
       
  1517 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1518 if exist %exist_file% GOTO FAIL_FOUND
       
  1519 GOTO PASS_CLEAN
       
  1520 
       
  1521 
       
  1522 :INT004-010
       
  1523 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1524 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
  1525 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1526 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1527 if not %errorlevel%==-5 GOTO LAST
       
  1528 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1529 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1530 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1531 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1532 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1533 if not exist %exist_file% GOTO FAIL_FOUND
       
  1534 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1535 if not exist %exist_file% GOTO FAIL_FOUND
       
  1536 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1537 if not exist %exist_file% GOTO FAIL_FOUND
       
  1538 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1539 if exist %exist_file% GOTO FAIL_FOUND
       
  1540 GOTO PASS_CLEAN
       
  1541 
       
  1542 
       
  1543 :INT004-011
       
  1544 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1545 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1546 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1547 if not %errorlevel%==-5 GOTO LAST
       
  1548 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1549 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1550 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1551 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1552 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1553 if not exist %exist_file% GOTO FAIL_FOUND
       
  1554 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1555 if not exist %exist_file% GOTO FAIL_FOUND
       
  1556 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1557 if not exist %exist_file% GOTO FAIL_FOUND
       
  1558 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1559 if exist %exist_file% GOTO FAIL_FOUND
       
  1560 GOTO PASS_CLEAN
       
  1561 
       
  1562 
       
  1563 :INT004-012
       
  1564 if not exist \ddrive mkdir \ddrive > NUL
       
  1565 if not exist .\edrive mkdir .\edrive > NUL
       
  1566 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1567 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1568 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +e -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1569 if not %errorlevel%==-5 GOTO LAST
       
  1570 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1571 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1572 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1573 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1574 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1575 if not exist %exist_file% GOTO FAIL_FOUND
       
  1576 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1577 if not exist %exist_file% GOTO FAIL_FOUND
       
  1578 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1579 if not exist %exist_file% GOTO FAIL_FOUND
       
  1580 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1581 if exist %exist_file% GOTO FAIL_FOUND
       
  1582 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1583 if exist %exist_file% GOTO FAIL_FOUND
       
  1584 GOTO PASS_CLEAN
       
  1585 
       
  1586 
       
  1587 :INT004-013
       
  1588 if not exist \ddrive mkdir \ddrive > NUL
       
  1589 if not exist .\edrive mkdir .\edrive > NUL
       
  1590 mkdir .\romdrive\cr1027test > NUL
       
  1591 mkdir .\romdrive\private\10273582 > NUL
       
  1592 mkdir .\romdrive\sys\bin > NUL
       
  1593 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1594 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1595 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1596 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1597 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1598 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
  1599 if not %errorlevel%==0 GOTO LAST
       
  1600 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1601 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1602 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1603 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1604 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1605 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1606 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1607 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1608 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1609 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1610 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1611 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1612 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\cr1027romupgradepudifffilename.sis +e -w info -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL
       
  1613 if not %errorlevel%==-9 GOTO LAST
       
  1614 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1615 if exist %exist_file% GOTO FAIL_FOUND
       
  1616 set exist_file=.\edrive\sys\bin\saromupgrade_execute2.exe
       
  1617 if exist %exist_file% GOTO FAIL_FOUND
       
  1618 GOTO PASS_CLEAN
       
  1619 
       
  1620 
       
  1621 :INT004-014
       
  1622 if not exist \ddrive mkdir \ddrive > NUL
       
  1623 if not exist .\edrive mkdir .\edrive > NUL
       
  1624 mkdir .\romdrive\cr1027test > NUL
       
  1625 mkdir .\romdrive\private\10273582 > NUL
       
  1626 mkdir .\romdrive\sys\bin > NUL
       
  1627 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1628 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1629 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1630 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1631 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1632 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1633 if not %errorlevel%==0 GOTO LAST
       
  1634 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1635 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1636 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1637 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1638 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1639 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1640 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +e -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1641 if not %errorlevel%==-5 GOTO LAST
       
  1642 set exist_file=.\edrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1643 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1644 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  1645 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1646 GOTO PASS_CLEAN
       
  1647 
       
  1648 
       
  1649 :INT004-015
       
  1650 mkdir .\romdrive\sys\bin > NUL
       
  1651 mkdir .\romdrive\system\install > NUL
       
  1652 if not exist .\cdrive\sys\install\scr mkdir .\cdrive\sys\install\scr > NUL
       
  1653 call move .\romdrive\sys\install\scr\scr.db .\cdrive\sys\install\scr\scr.db
       
  1654 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam003\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_34_upgrade_0x2baecad7_symbiantest1_dummydll3pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1655 if not %errorlevel%==-5 GOTO LAST
       
  1656 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000_0000.ctl
       
  1657 if exist %exist_file% GOTO FAIL_FOUND
       
  1658 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll3{000A0001}.dll
       
  1659 if exist %exist_file% GOTO FAIL_FOUND
       
  1660 GOTO PASS_CLEAN
       
  1661 
       
  1662 
       
  1663 :INT004-016
       
  1664 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1665 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute_same_sid.exe > NUL
       
  1666 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1667 if not %errorlevel%==-9 GOTO LAST
       
  1668 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1669 if exist %exist_file% GOTO FAIL_FOUND
       
  1670 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1671 if exist %exist_file% GOTO FAIL_FOUND
       
  1672 GOTO PASS_CLEAN
       
  1673 
       
  1674 
       
  1675 :INT005-001
       
  1676 if not exist \ddrive mkdir \ddrive > NUL
       
  1677 if not exist .\edrive mkdir .\edrive > NUL
       
  1678 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1679 if not %errorlevel%==0 GOTO LAST
       
  1680 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1681 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1682 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  1683 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1684 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  1685 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1686 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  1687 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1688 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1689 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1690 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1691 GOTO PASS_CLEAN
       
  1692 
       
  1693 
       
  1694 :INT005-004
       
  1695 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1696 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
  1697 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1698 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
  1699 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1700 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1701 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1702 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1703 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1704 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1705 if not %errorlevel%==0 GOTO LAST
       
  1706 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1707 GOTO PASS_CLEAN
       
  1708 
       
  1709 
       
  1710 :INT006-006
       
  1711 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1712 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
  1713 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1714 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1715 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\system\install\invalid_stub.sis > NUL
       
  1716 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1717 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1718 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1719 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1720 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1721 if not %errorlevel%==-10 GOTO LAST
       
  1722 GOTO PASS_CLEAN
       
  1723 
       
  1724 
       
  1725 :INT008-001
       
  1726 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1727 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1728 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1729 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1730 if not %errorlevel%==0 GOTO LAST
       
  1731 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1732 GOTO PASS_CLEAN
       
  1733 
       
  1734 
       
  1735 :INT008-002
       
  1736 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1737 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1738 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_1.txt .\romdrive\system\data\sisregistry_5.1.txt > NUL
       
  1739 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1740 if not %errorlevel%==0 GOTO LAST
       
  1741 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1742 GOTO PASS_CLEAN
       
  1743 
       
  1744 
       
  1745 :INT008-003
       
  1746 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1747 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1748 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_4_1.txt .\romdrive\system\data\sisregistry_4.0.txt > NUL
       
  1749 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1750 if not %errorlevel%==0 GOTO LAST
       
  1751 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1752 GOTO PASS_CLEAN
       
  1753 
       
  1754 
       
  1755 :INT008-004
       
  1756 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1757 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1758 if not %errorlevel%==0 GOTO LAST
       
  1759 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1760 GOTO PASS_CLEAN
       
  1761 
       
  1762 
       
  1763 :INT008-005
       
  1764 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1765 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1766 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_4_1.txt .\romdrive\system\data\sisregistry_4.0.txt > NUL
       
  1767 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1768 if not %errorlevel%==0 GOTO LAST
       
  1769 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1770 GOTO PASS_CLEAN
       
  1771 
       
  1772 
       
  1773 :INT008-006
       
  1774 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1775 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1776 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1777 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1778 if not %errorlevel%==0 GOTO LAST
       
  1779 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1780 GOTO PASS_CLEAN
       
  1781 
       
  1782 
       
  1783 :INT008-007
       
  1784 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1785 if not %errorlevel%==0 GOTO LAST
       
  1786 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1787 GOTO PASS_CLEAN
       
  1788 
       
  1789 
       
  1790 :INT008-001
       
  1791 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1792 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1793 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1794 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1795 if not %errorlevel%==0 GOTO LAST
       
  1796 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1797 GOTO PASS_CLEAN
       
  1798 
       
  1799 
       
  1800 :INT009-001
       
  1801 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1802 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_x_y.txt .\romdrive\system\data\sisregistry_x.y.txt > NUL
       
  1803 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1804 if not %errorlevel%==0 GOTO LAST
       
  1805 set exist_file=.\cdrive\Documents\InstTest\file1.txt
       
  1806 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1807 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1808 GOTO PASS_CLEAN
       
  1809 
       
  1810 
       
  1811 :INT009-002
       
  1812 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 38 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  1813 if not %errorlevel%==-7 GOTO LAST
       
  1814 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1815 if exist %exist_file% GOTO FAIL_FOUND
       
  1816 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1817 if exist %exist_file% GOTO FAIL_FOUND
       
  1818 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1819 if exist %exist_file% GOTO FAIL_FOUND
       
  1820 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1821 GOTO PASS_CLEAN
       
  1822 
       
  1823 
       
  1824 :INT010-001
       
  1825 if not exist \ddrive mkdir \ddrive > NUL
       
  1826 if not exist .\edrive mkdir .\edrive > NUL
       
  1827 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1828 if not %errorlevel%==0 GOTO LAST
       
  1829 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1830 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1831 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  1832 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1833 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  1834 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1835 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  1836 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1837 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1838 GOTO PASS_CLEAN
       
  1839 
       
  1840 
       
  1841 :INT010-002
       
  1842 if not exist \ddrive mkdir \ddrive > NUL
       
  1843 if not exist .\edrive mkdir .\edrive > NUL
       
  1844 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1845 if not %errorlevel%==0 GOTO LAST
       
  1846 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1847 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1848 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  1849 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1850 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  1851 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1852 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  1853 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1854 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1855 GOTO PASS_CLEAN
       
  1856 
       
  1857 
       
  1858 :INT010-003
       
  1859 if not exist \ddrive mkdir \ddrive > NUL
       
  1860 if not exist .\edrive mkdir .\edrive > NUL
       
  1861 mkdir .\romdrive\cr1027test > NUL
       
  1862 mkdir .\romdrive\private\10273582 > NUL
       
  1863 mkdir .\romdrive\sys\bin > NUL
       
  1864 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1865 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1866 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1867 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1868 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1869 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1870 if not %errorlevel%==0 GOTO LAST
       
  1871 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  1872 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1873 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  1874 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1875 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  1876 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1877 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  1878 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1879 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  1880 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1881 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  1882 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1883 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1884 GOTO PASS_CLEAN
       
  1885 
       
  1886 
       
  1887 :INT010-004
       
  1888 if not exist \ddrive mkdir \ddrive > NUL
       
  1889 if not exist .\edrive mkdir .\edrive > NUL
       
  1890 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1891 if not %errorlevel%==0 GOTO LAST
       
  1892 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1893 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1894 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1895 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1896 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1897 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1898 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1899 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1900 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  1901 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1902 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  1903 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1904 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1905 GOTO PASS_CLEAN
       
  1906 
       
  1907 
       
  1908 :INT010-005
       
  1909 if not exist \ddrive mkdir \ddrive > NUL
       
  1910 if not exist .\edrive mkdir .\edrive > NUL
       
  1911 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1912 if not %errorlevel%==0 GOTO LAST
       
  1913 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1914 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1915 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1916 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1917 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1918 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1919 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1920 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1921 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  1922 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1923 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  1924 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1925 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1926 GOTO PASS_CLEAN
       
  1927 
       
  1928 
       
  1929 :INT010-006
       
  1930 if not exist \ddrive mkdir \ddrive > NUL
       
  1931 if not exist .\edrive mkdir .\edrive > NUL
       
  1932 mkdir .\romdrive\cr1027test > NUL
       
  1933 mkdir .\romdrive\private\10273582 > NUL
       
  1934 mkdir .\romdrive\sys\bin > NUL
       
  1935 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1936 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1937 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1938 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1939 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1940 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU_root5.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1941 if not %errorlevel%==0 GOTO LAST
       
  1942 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  1943 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1944 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  1945 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1946 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  1947 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1948 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1949 GOTO PASS_CLEAN
       
  1950 
       
  1951 
       
  1952 :INT010-007
       
  1953 if not exist \ddrive mkdir \ddrive > NUL
       
  1954 if not exist .\edrive mkdir .\edrive > NUL
       
  1955 mkdir .\romdrive\cr1027test > NUL
       
  1956 mkdir .\romdrive\private\10273582 > NUL
       
  1957 mkdir .\romdrive\sys\bin > NUL
       
  1958 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1959 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1960 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1961 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1962 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1963 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2NR.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1964 if not %errorlevel%==0 GOTO LAST
       
  1965 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  1966 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1967 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  1968 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1969 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  1970 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1971 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1972 GOTO PASS_CLEAN
       
  1973 
       
  1974 
       
  1975 :INT010-008
       
  1976 if not exist \ddrive mkdir \ddrive > NUL
       
  1977 if not exist .\edrive mkdir .\edrive > NUL
       
  1978 mkdir .\edrive\sys\bin > NUL
       
  1979 mkdir .\edrive\private\89334569 > NUL
       
  1980 call copy \epoc32\release\winscw\udeb\console_app_longrun_forpackage.exe .\edrive\sys\bin\preinstalled_console_app.exe > NUL
       
  1981 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\french.txt .\edrive\private\89334569\privatefile.txt > NUL
       
  1982 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1983 if not %errorlevel%==0 GOTO LAST
       
  1984 set exist_file=.\edrive\private\10202dce\81231236_0.sis
       
  1985 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1986 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  1987 GOTO PASS_CLEAN
       
  1988 
       
  1989 
       
  1990 :INT010-010
       
  1991 if not exist \ddrive mkdir \ddrive > NUL
       
  1992 if not exist .\edrive mkdir .\edrive > NUL
       
  1993 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1994 if not %errorlevel%==0 GOTO LAST
       
  1995 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1996 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1997 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  1998 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1999 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2000 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2001 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2002 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2003 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2004 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2005 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2006 GOTO PASS_CLEAN
       
  2007 
       
  2008 
       
  2009 :INT010-011
       
  2010 if not exist \ddrive mkdir \ddrive > NUL
       
  2011 if not exist .\edrive mkdir .\edrive > NUL
       
  2012 mkdir .\romdrive\cr1027test > NUL
       
  2013 mkdir .\romdrive\private\10273582 > NUL
       
  2014 mkdir .\romdrive\sys\bin > NUL
       
  2015 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2016 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2017 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2018 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2019 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2020 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2021 if not %errorlevel%==0 GOTO LAST
       
  2022 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2023 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2024 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2025 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2026 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2027 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2028 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2029 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2030 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2031 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2032 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2033 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2034 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2035 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2036 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2037 GOTO PASS_CLEAN
       
  2038 
       
  2039 
       
  2040 :INT010-012
       
  2041 if not exist \ddrive mkdir \ddrive > NUL
       
  2042 if not exist .\edrive mkdir .\edrive > NUL
       
  2043 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2044 if not %errorlevel%==0 GOTO LAST
       
  2045 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2046 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2047 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2048 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2049 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2050 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2051 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2052 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2053 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  2054 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2055 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2056 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2057 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2058 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2059 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001_0000.ctl
       
  2060 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2061 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2062 GOTO PASS_CLEAN
       
  2063 
       
  2064 
       
  2065 :INT010-013
       
  2066 if not exist \ddrive mkdir \ddrive > NUL
       
  2067 if not exist .\edrive mkdir .\edrive > NUL
       
  2068 mkdir .\romdrive\cr1027test > NUL
       
  2069 mkdir .\romdrive\private\10273582 > NUL
       
  2070 mkdir .\romdrive\sys\bin > NUL
       
  2071 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2072 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2073 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2074 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2075 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2076 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2NR.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2077 if not %errorlevel%==0 GOTO LAST
       
  2078 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2079 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2080 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  2081 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2082 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2083 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2084 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  2085 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2086 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2087 GOTO PASS_CLEAN
       
  2088 
       
  2089 
       
  2090 :INT010-015
       
  2091 if not exist \ddrive mkdir \ddrive > NUL
       
  2092 if not exist .\edrive mkdir .\edrive > NUL
       
  2093 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_saru.sis +e +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2094 if not %errorlevel%==0 GOTO LAST
       
  2095 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2096 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2097 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2098 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2099 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2100 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2101 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2102 if exist %exist_file% GOTO FAIL_FOUND
       
  2103 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2104 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2105 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2106 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2107 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2108 GOTO PASS_CLEAN
       
  2109 
       
  2110 
       
  2111 :INT010-016
       
  2112 if not exist \ddrive mkdir \ddrive > NUL
       
  2113 if not exist .\edrive mkdir .\edrive > NUL
       
  2114 mkdir .\romdrive\cr1027test > NUL
       
  2115 mkdir .\romdrive\private\10273582 > NUL
       
  2116 mkdir .\romdrive\sys\bin > NUL
       
  2117 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2118 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2119 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2120 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2121 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2122 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +e -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2123 if not %errorlevel%==0 GOTO LAST
       
  2124 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2125 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2126 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2127 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2128 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  2129 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2130 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2131 if exist %exist_file% GOTO FAIL_FOUND
       
  2132 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2133 GOTO PASS_CLEAN
       
  2134 
       
  2135 
       
  2136 :INT010-017
       
  2137 if not exist \ddrive mkdir \ddrive > NUL
       
  2138 if not exist .\edrive mkdir .\edrive > NUL
       
  2139 mkdir .\edrive\sys\bin > NUL
       
  2140 mkdir .\edrive\private\89334569 > NUL
       
  2141 call copy \epoc32\release\winscw\udeb\console_app_longrun_forpackage.exe .\edrive\sys\bin\preinstalled_console_app.exe > NUL
       
  2142 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\french.txt .\edrive\private\89334569\privatefile.txt > NUL
       
  2143 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2144 if not %errorlevel%==0 GOTO LAST
       
  2145 set exist_file=.\edrive\private\10202dce\81231236_0.sis
       
  2146 if exist %exist_file% GOTO FAIL_FOUND
       
  2147 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000_0000.ctl
       
  2148 if exist %exist_file% GOTO FAIL_FOUND
       
  2149 set exist_file=.\cdrive\sys\hash\preinstalled_console_app.exe
       
  2150 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2151 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2152 GOTO PASS_CLEAN
       
  2153 
       
  2154 
       
  2155 :INT010-018
       
  2156 if not exist \ddrive mkdir \ddrive > NUL
       
  2157 if not exist .\edrive mkdir .\edrive > NUL
       
  2158 mkdir .\edrive\sys\bin > NUL
       
  2159 mkdir .\edrive\private\89334569 > NUL
       
  2160 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardalonenr -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2161 if not %errorlevel%==0 GOTO LAST
       
  2162 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2163 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2164 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2165 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2166 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2167 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2168 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2169 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2170 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2171 if exist %exist_file% GOTO FAIL_FOUND
       
  2172 call del .\edrive\private\10202dce\811111FD_0.sis /Q > NUL
       
  2173 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2174 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2175 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2176 GOTO PASS_CLEAN
       
  2177 
       
  2178 
       
  2179 :INT010-019
       
  2180 if not exist \ddrive mkdir \ddrive > NUL
       
  2181 if not exist .\edrive mkdir .\edrive > NUL
       
  2182 mkdir .\edrive\sys\bin > NUL
       
  2183 mkdir .\edrive\private\89334569 > NUL
       
  2184 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardnr -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2185 if not %errorlevel%==0 GOTO LAST
       
  2186 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2187 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2188 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2189 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2190 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2191 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2192 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2193 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2194 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2195 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2196 call del .\edrive\private\10202dce\811111FD_0.sis /Q > NUL
       
  2197 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2198 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2199 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2200 GOTO PASS_CLEAN
       
  2201 
       
  2202 
       
  2203 :INT010-020
       
  2204 if not exist \ddrive mkdir \ddrive > NUL
       
  2205 if not exist .\edrive mkdir .\edrive > NUL
       
  2206 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +e +mcardalone +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2207 if not %errorlevel%==0 GOTO LAST
       
  2208 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2209 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2210 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2211 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2212 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2213 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2214 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2215 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2216 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2217 if exist %exist_file% GOTO FAIL_FOUND
       
  2218 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2219 GOTO PASS_CLEAN
       
  2220 
       
  2221 
       
  2222 :INT010-021
       
  2223 if not exist \ddrive mkdir \ddrive > NUL
       
  2224 if not exist .\edrive mkdir .\edrive > NUL
       
  2225 mkdir .\romdrive\cr1027test > NUL
       
  2226 mkdir .\romdrive\private\10273582 > NUL
       
  2227 mkdir .\romdrive\sys\bin > NUL
       
  2228 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2229 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2230 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2231 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2232 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2233 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2234 if not %errorlevel%==0 GOTO LAST
       
  2235 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2236 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2237 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2238 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2239 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2240 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2241 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2242 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2243 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2244 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2245 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2246 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2247 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2248 GOTO PASS_CLEAN
       
  2249 
       
  2250 
       
  2251 :INT010-022
       
  2252 if not exist \ddrive mkdir \ddrive > NUL
       
  2253 if not exist .\edrive mkdir .\edrive > NUL
       
  2254 mkdir .\romdrive\cr1027test > NUL
       
  2255 mkdir .\romdrive\private\10273582 > NUL
       
  2256 mkdir .\romdrive\sys\bin > NUL
       
  2257 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
  2258 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  2259 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2260 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2261 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2262 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2263 if not %errorlevel%==0 GOTO LAST
       
  2264 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2265 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2266 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2267 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2268 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2269 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2270 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2271 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2272 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2273 GOTO PASS_CLEAN
       
  2274 
       
  2275 
       
  2276 :INT010-023
       
  2277 if not exist \ddrive mkdir \ddrive > NUL
       
  2278 if not exist .\edrive mkdir .\edrive > NUL
       
  2279 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\ruromupgraderucertsa_diffdrive_h4_sucert.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2280 if not %errorlevel%==0 GOTO LAST
       
  2281 set exist_file=.\edrive\private\10202dce\802730A9_0.sis
       
  2282 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2283 call fc .\edrive\private\10202dce\802730A9_0.sis \epoc32\winscw\c\tswi\tinterpretsisinteg\data\802730A9_0.sis | find "FC: no differences encountered" > NUL
       
  2284 if not %errorlevel%==0 GOTO LAST
       
  2285 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2286 GOTO PASS_CLEAN
       
  2287 
       
  2288 
       
  2289 :INT011-001
       
  2290 if not exist \ddrive mkdir \ddrive > NUL
       
  2291 if not exist .\edrive mkdir .\edrive > NUL
       
  2292 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +d +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2293 if not %errorlevel%==-7 GOTO LAST
       
  2294 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2295 if exist %exist_file% GOTO FAIL_FOUND
       
  2296 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2297 if exist %exist_file% GOTO FAIL_FOUND
       
  2298 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2299 if exist %exist_file% GOTO FAIL_FOUND
       
  2300 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2301 if exist %exist_file% GOTO FAIL_FOUND
       
  2302 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2303 if exist %exist_file% GOTO FAIL_FOUND
       
  2304 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2305 GOTO PASS_CLEAN
       
  2306 
       
  2307 
       
  2308 :INT011-003
       
  2309 if not exist \ddrive mkdir \ddrive > NUL
       
  2310 if not exist .\edrive mkdir .\edrive > NUL
       
  2311 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2312 if not %errorlevel%==-2 GOTO LAST
       
  2313 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2314 if exist %exist_file% GOTO FAIL_FOUND
       
  2315 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2316 if exist %exist_file% GOTO FAIL_FOUND
       
  2317 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2318 if exist %exist_file% GOTO FAIL_FOUND
       
  2319 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2320 GOTO PASS_CLEAN
       
  2321 
       
  2322 
       
  2323 :INT011-004
       
  2324 if not exist \ddrive mkdir \ddrive > NUL
       
  2325 if not exist .\edrive mkdir .\edrive > NUL
       
  2326 mkdir .\romdrive\cr1027test > NUL
       
  2327 mkdir .\romdrive\private\10273582 > NUL
       
  2328 mkdir .\romdrive\sys\bin > NUL
       
  2329 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2330 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2331 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2332 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2333 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2334 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2335 if not %errorlevel%==0 GOTO LAST
       
  2336 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2337 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2338 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2339 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2340 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2341 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2342 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2343 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2344 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2345 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2346 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2347 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2348 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2349 GOTO PASS_CLEAN
       
  2350 
       
  2351 
       
  2352 :INT011-005
       
  2353 if not exist \ddrive mkdir \ddrive > NUL
       
  2354 if not exist .\edrive mkdir .\edrive > NUL
       
  2355 mkdir .\romdrive\cr1027test > NUL
       
  2356 mkdir .\romdrive\private\10273582 > NUL
       
  2357 mkdir .\romdrive\sys\bin > NUL
       
  2358 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2359 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2360 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2361 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2362 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2363 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePURUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2364 if not %errorlevel%==-2 GOTO LAST
       
  2365 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2366 if exist %exist_file% GOTO FAIL_FOUND
       
  2367 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2368 if exist %exist_file% GOTO FAIL_FOUND
       
  2369 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2370 GOTO PASS_CLEAN
       
  2371 
       
  2372 
       
  2373 :INT011-006
       
  2374 if not exist \ddrive mkdir \ddrive > NUL
       
  2375 if not exist .\edrive mkdir .\edrive > NUL
       
  2376 mkdir .\romdrive\cr1027test > NUL
       
  2377 mkdir .\romdrive\private\10273582 > NUL
       
  2378 mkdir .\romdrive\sys\bin > NUL
       
  2379 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2380 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2381 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2382 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2383 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2384 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPNR.sis +d +mcardalonenr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2385 if not %errorlevel%==-7 GOTO LAST
       
  2386 set exist_file=\ddrive\cr1027test\cr1027_file2.txt
       
  2387 if exist %exist_file% GOTO FAIL_FOUND
       
  2388 set exist_file=\ddrive\private\10202dce\802730A2_1.sis
       
  2389 if exist %exist_file% GOTO FAIL_FOUND
       
  2390 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2391 GOTO PASS_CLEAN
       
  2392 
       
  2393 
       
  2394 :INT011-007
       
  2395 if not exist \ddrive mkdir \ddrive > NUL
       
  2396 if not exist .\edrive mkdir .\edrive > NUL
       
  2397 mkdir .\romdrive\cr1027test > NUL
       
  2398 mkdir .\romdrive\private\10273582 > NUL
       
  2399 mkdir .\romdrive\sys\bin > NUL
       
  2400 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
  2401 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  2402 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2403 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2404 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2405 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2406 if not %errorlevel%==0 GOTO LAST
       
  2407 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2408 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2409 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2410 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2411 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2412 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2413 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2414 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2415 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2416 GOTO PASS_CLEAN
       
  2417 
       
  2418 
       
  2419 :INT011-008
       
  2420 mkdir .\romdrive\cr1027test > NUL
       
  2421 mkdir .\romdrive\private\10273582 > NUL
       
  2422 mkdir .\romdrive\sys\bin > NUL
       
  2423 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2424 if not %errorlevel%==-7 GOTO LAST
       
  2425 set exist_file=.\edrive\private\10202DCE\81231236_0.sis
       
  2426 if exist %exist_file% GOTO FAIL_FOUND
       
  2427 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000_0000.ctl
       
  2428 if exist %exist_file% GOTO FAIL_FOUND
       
  2429 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2430 GOTO PASS_CLEAN
       
  2431 
       
  2432 
       
  2433 :INT011-009
       
  2434 if not exist \ddrive mkdir \ddrive > NUL
       
  2435 if not exist .\edrive mkdir .\edrive > NUL
       
  2436 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2437 if not %errorlevel%==-5 GOTO LAST
       
  2438 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2439 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2440 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2441 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2442 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2443 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2444 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2445 if exist %exist_file% GOTO FAIL_FOUND
       
  2446 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2447 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2448 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  2449 if exist %exist_file% GOTO FAIL_FOUND
       
  2450 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2451 GOTO PASS_CLEAN
       
  2452 
       
  2453 
       
  2454 :INT011-010
       
  2455 if not exist \ddrive mkdir \ddrive > NUL
       
  2456 if not exist .\edrive mkdir .\edrive > NUL
       
  2457 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid.ini > NUL
       
  2458 if not %errorlevel%==-13 GOTO LAST
       
  2459 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2460 if exist %exist_file% GOTO FAIL_FOUND
       
  2461 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2462 if exist %exist_file% GOTO FAIL_FOUND
       
  2463 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2464 if exist %exist_file% GOTO FAIL_FOUND
       
  2465 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2466 if exist %exist_file% GOTO FAIL_FOUND
       
  2467 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2468 if exist %exist_file% GOTO FAIL_FOUND
       
  2469 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2470 GOTO PASS_CLEAN
       
  2471 
       
  2472 
       
  2473 :INT011-011
       
  2474 if not exist \ddrive mkdir \ddrive > NUL
       
  2475 if not exist .\edrive mkdir .\edrive > NUL
       
  2476 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid2.ini > NUL
       
  2477 if not %errorlevel%==-13 GOTO LAST
       
  2478 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2479 if exist %exist_file% GOTO FAIL_FOUND
       
  2480 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2481 if exist %exist_file% GOTO FAIL_FOUND
       
  2482 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2483 if exist %exist_file% GOTO FAIL_FOUND
       
  2484 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2485 if exist %exist_file% GOTO FAIL_FOUND
       
  2486 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2487 if exist %exist_file% GOTO FAIL_FOUND
       
  2488 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2489 GOTO PASS_CLEAN
       
  2490 
       
  2491 
       
  2492 :INT011-012
       
  2493 if not exist \ddrive mkdir \ddrive > NUL
       
  2494 if not exist .\edrive mkdir .\edrive > NUL
       
  2495 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +x -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2496 if not %errorlevel%==-7 GOTO LAST
       
  2497 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2498 if exist %exist_file% GOTO FAIL_FOUND
       
  2499 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2500 if exist %exist_file% GOTO FAIL_FOUND
       
  2501 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2502 if exist %exist_file% GOTO FAIL_FOUND
       
  2503 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2504 if exist %exist_file% GOTO FAIL_FOUND
       
  2505 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2506 if exist %exist_file% GOTO FAIL_FOUND
       
  2507 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2508 GOTO PASS_CLEAN
       
  2509 
       
  2510 
       
  2511 :INT011-013
       
  2512 if not exist \ddrive mkdir \ddrive > NUL
       
  2513 if not exist .\edrive mkdir .\edrive > NUL
       
  2514 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid3.ini > NUL
       
  2515 if not %errorlevel%==-13 GOTO LAST
       
  2516 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2517 if exist %exist_file% GOTO FAIL_FOUND
       
  2518 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2519 if exist %exist_file% GOTO FAIL_FOUND
       
  2520 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2521 if exist %exist_file% GOTO FAIL_FOUND
       
  2522 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2523 if exist %exist_file% GOTO FAIL_FOUND
       
  2524 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2525 if exist %exist_file% GOTO FAIL_FOUND
       
  2526 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2527 GOTO PASS_CLEAN
       
  2528 
       
  2529 
       
  2530 :INT011-014
       
  2531 if not exist \ddrive mkdir \ddrive > NUL
       
  2532 if not exist .\edrive mkdir .\edrive > NUL
       
  2533 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives2.ini > NUL
       
  2534 if not %errorlevel%==0 GOTO LAST
       
  2535 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2536 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2537 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2538 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2539 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2540 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2541 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2542 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2543 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2544 GOTO PASS_CLEAN
       
  2545 
       
  2546 
       
  2547 :INT011-015
       
  2548 if not exist \ddrive mkdir \ddrive > NUL
       
  2549 if not exist .\edrive mkdir .\edrive > NUL
       
  2550 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid4.ini > NUL
       
  2551 if not %errorlevel%==-13 GOTO LAST
       
  2552 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2553 if exist %exist_file% GOTO FAIL_FOUND
       
  2554 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2555 if exist %exist_file% GOTO FAIL_FOUND
       
  2556 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2557 if exist %exist_file% GOTO FAIL_FOUND
       
  2558 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2559 if exist %exist_file% GOTO FAIL_FOUND
       
  2560 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2561 if exist %exist_file% GOTO FAIL_FOUND
       
  2562 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2563 GOTO PASS_CLEAN
       
  2564 
       
  2565 
       
  2566 :INT012-001
       
  2567 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2568 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2569 if not %errorlevel%==0 GOTO LAST
       
  2570 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2571 if exist %exist_file% GOTO FAIL_FOUND
       
  2572 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2573 if exist %exist_file% GOTO FAIL_FOUND
       
  2574 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2575 if exist %exist_file% GOTO FAIL_FOUND
       
  2576 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2577 if exist %exist_file% GOTO FAIL_FOUND
       
  2578 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2579 GOTO PASS_CLEAN
       
  2580 
       
  2581 
       
  2582 :INT012-002
       
  2583 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2584 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2585 if not %errorlevel%==0 GOTO LAST
       
  2586 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2587 if exist %exist_file% GOTO FAIL_FOUND
       
  2588 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2589 if exist %exist_file% GOTO FAIL_FOUND
       
  2590 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2591 if exist %exist_file% GOTO FAIL_FOUND
       
  2592 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  2593 if exist %exist_file% GOTO FAIL_FOUND
       
  2594 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2595 if exist %exist_file% GOTO FAIL_FOUND
       
  2596 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  2597 if exist %exist_file% GOTO FAIL_FOUND
       
  2598 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2599 GOTO PASS_CLEAN
       
  2600 
       
  2601 
       
  2602 :INT012-003
       
  2603 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2604 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2605 if not %errorlevel%==0 GOTO LAST
       
  2606 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2607 if exist %exist_file% GOTO FAIL_FOUND
       
  2608 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2609 if exist %exist_file% GOTO FAIL_FOUND
       
  2610 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2611 if exist %exist_file% GOTO FAIL_FOUND
       
  2612 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  2613 if exist %exist_file% GOTO FAIL_FOUND
       
  2614 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
  2615 if exist %exist_file% GOTO FAIL_FOUND
       
  2616 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2617 if exist %exist_file% GOTO FAIL_FOUND
       
  2618 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001_0000.ctl
       
  2619 if exist %exist_file% GOTO FAIL_FOUND
       
  2620 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2621 GOTO PASS_CLEAN
       
  2622 
       
  2623 
       
  2624 :INT012-004
       
  2625 mkdir .\romdrive\cr1027test > NUL
       
  2626 mkdir .\romdrive\private\10273582 > NUL
       
  2627 mkdir .\romdrive\sys\bin > NUL
       
  2628 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2629 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2630 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2631 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2632 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2633 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt
       
  2634 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2635 if not %errorlevel%==0 GOTO LAST
       
  2636 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2637 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2638 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  2639 if exist %exist_file% GOTO FAIL_FOUND
       
  2640 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  2641 if exist %exist_file% GOTO FAIL_FOUND
       
  2642 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  2643 if exist %exist_file% GOTO FAIL_FOUND
       
  2644 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  2645 if exist %exist_file% GOTO FAIL_FOUND
       
  2646 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  2647 if exist %exist_file% GOTO FAIL_FOUND
       
  2648 set exist_file=.\romdrive\sys\bin\saromupgrade_execute.exe
       
  2649 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2650 set exist_file=.\romdrive\sys\bin\saromupgrade_library.dll
       
  2651 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2652 set exist_file=.\romdrive\cr1027test\cr1027_file1.txt
       
  2653 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2654 set exist_file=.\romdrive\private\10273582\cr1027_config1.txt
       
  2655 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2656 GOTO PASS_CLEAN
       
  2657 
       
  2658 
       
  2659 :INT012-005
       
  2660 mkdir .\romdrive\cr1027test > NUL
       
  2661 mkdir .\romdrive\private\10273582 > NUL
       
  2662 mkdir .\romdrive\sys\bin > NUL
       
  2663 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2664 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2665 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2666 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2667 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2668 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt
       
  2669 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2670 if not %errorlevel%==0 GOTO LAST
       
  2671 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2672 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2673 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  2674 if exist %exist_file% GOTO FAIL_FOUND
       
  2675 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  2676 if exist %exist_file% GOTO FAIL_FOUND
       
  2677 GOTO PASS_CLEAN
       
  2678 
       
  2679 
       
  2680 :INT012-006
       
  2681 mkdir .\romdrive\cr1027test > NUL
       
  2682 mkdir .\romdrive\private\10273582 > NUL
       
  2683 mkdir .\romdrive\sys\bin > NUL
       
  2684 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2685 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2686 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2687 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2688 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2689 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt
       
  2690 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2691 if not %errorlevel%==0 GOTO LAST
       
  2692 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  2693 if exist %exist_file% GOTO FAIL_FOUND
       
  2694 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2695 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2696 GOTO PASS_CLEAN
       
  2697 
       
  2698 
       
  2699 :INT012-007
       
  2700 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2701 call interpretsis -z .\romdrive -c .\cdrive -x 2165379581 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2702 if not %errorlevel%==0 GOTO LAST
       
  2703 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2704 if exist %exist_file% GOTO FAIL_FOUND
       
  2705 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2706 if exist %exist_file% GOTO FAIL_FOUND
       
  2707 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2708 if exist %exist_file% GOTO FAIL_FOUND
       
  2709 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2710 if exist %exist_file% GOTO FAIL_FOUND
       
  2711 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2712 GOTO PASS_CLEAN
       
  2713 
       
  2714 
       
  2715 :INT013-001
       
  2716 call interpretsis -z .\romdrive -c .\cdrive -x 0x8000001 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2717 if not %errorlevel%==-22 GOTO LAST
       
  2718 GOTO PASS_CLEAN
       
  2719 
       
  2720 
       
  2721 :INT013-002
       
  2722 mkdir .\romdrive\cr1027test > NUL
       
  2723 mkdir .\romdrive\private\10273582 > NUL
       
  2724 mkdir .\romdrive\sys\bin > NUL
       
  2725 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2726 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2727 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2728 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2729 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2730 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2731 if not %errorlevel%==-17 GOTO LAST > NUL
       
  2732 GOTO PASS_CLEAN
       
  2733 
       
  2734 
       
  2735 :INT013-003
       
  2736 call interpretsis -z .\romdrive -c .\cdrive -x 0x8000001 -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2737 if not %errorlevel%==-7 GOTO LAST
       
  2738 GOTO PASS_CLEAN
       
  2739 
       
  2740 
       
  2741 :INT014-001
       
  2742 call makesis \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatainc124436\inc124436.pkg \epoc32\winscw\c\tswi\tinterpretsisinteg\sisfiles\inc124436.sis > NUL
       
  2743 call interpretsis -z .\romdrive -c .\cdrive  -s /epoc32/winscw/c/tswi/tinterpretsisinteg/sisfiles/inc124436.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness_db.txt
       
  2744 call interpretsis -z .\romdrive -c .\cdrive -x 0x81111105 -w info -l \epoc32\winscw\c\interpretsis_test_harness_db.txt > NUL
       
  2745 if not %errorlevel%==0 GOTO LAST
       
  2746 GOTO PASS_CLEAN
       
  2747 
       
  2748 REM Tests for native registry > NUL
       
  2749 
       
  2750 :PASS_CLEAN
       
  2751 rmdir /S /Q .\cdrive > NUL
       
  2752 rmdir /S /Q .\romdrive > NUL
       
  2753 if exist \ddrive rmdir /S /Q \ddrive > NUL
       
  2754 if exist .\edrive rmdir /S /Q .\edrive > NUL
       
  2755 GOTO PASS
       
  2756 
       
  2757 
       
  2758 :PASS
       
  2759 set exist_file=
       
  2760 ECHO Passed
       
  2761 GOTO END
       
  2762 
       
  2763 
       
  2764 :LAST
       
  2765 ECHO ***ERRORCODE*** %errorlevel% FAIL>>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2766 GOTO FAIL
       
  2767 
       
  2768 :FAIL_NOT_FOUND
       
  2769 ECHO File %exist_file% SHOULD exist but NOT FOUND >>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2770 GOTO FAIL
       
  2771 
       
  2772 
       
  2773 :FAIL_FOUND
       
  2774 ECHO File %exist_file% should NOT exist but FOUND >>\epoc32\winscw\c\interpretsis_test_harness_db.txt
       
  2775 GOTO FAIL
       
  2776 
       
  2777 
       
  2778 :FAIL
       
  2779 rmdir /S /Q .\cdrive > NUL
       
  2780 rmdir /S /Q .\romdrive > NUL
       
  2781 if exist \ddrive rmdir /S /Q \ddrive > NUL
       
  2782 if exist .\edrive rmdir /S /Q .\edrive > NUL
       
  2783 set exist_file=
       
  2784 ECHO FAILED
       
  2785 GOTO END
       
  2786 
       
  2787 
       
  2788 :END
       
  2789