diff -r aba6b8104af3 -r 84a16765cd86 secureswitools/swisistools/test/tinterpretsisinteg/int_nr_option-03.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/secureswitools/swisistools/test/tinterpretsisinteg/int_nr_option-03.bat Fri Mar 19 09:33:35 2010 +0200 @@ -0,0 +1,49 @@ +@rem +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of the License "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/sfl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem +@ECHO OFF +REM int_nr_option_03 +REM int_nr_option_03 - Install a SIS file (SA) without NR CLI option set. then install PU for the same SIS file with NR CLI option set. This is a positive testcase. Expected Result : SIS files (SA and PU) are Installed. + +IF NOT EXIST .\backup\cdrive mkdir .\backup\cdrive > NUL +IF NOT EXIST .\backup\romdrive mkdir .\backup\romdrive > NUL +if not exist .\cdrive mkdir .\cdrive > NUL +if not exist .\cdrive\Documents mkdir .\cdrive\Documents > NUL +if not exist .\romdrive mkdir .\romdrive > NUL +if not exist .\romdrive\system\ mkdir .\romdrive\system\ > NUL +if not exist .\romdrive\system\install\ mkdir .\romdrive\system\install\ > NUL + +xcopy /E /Y backup\cdrive cdrive > NUL +xcopy /E /Y backup\romdrive romdrive > NUL + +REM Remove installation files from any previous tests +if exist \epoc32\winscw\c\Documents\abc*.txt del \epoc32\winscw\c\Documents\abc*.txt > NUL +if exist \epoc32\winscw\c\sys\install\sisregistry\80000086\*.reg del \epoc32\winscw\c\sys\install\sisregistry\80000086\*.reg > NUL +if exist \epoc32\winscw\c\sys\install\sisregistry\80000086\*.ctl del \epoc32\winscw\c\sys\install\sisregistry\80000086\*.ctl > NUL + +call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\int_nr_option_01.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL +call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\pu_int_nr_option_01.sis +nonremovablepkg -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL + +if not %errorlevel%==0 GOTO LAST +if not exist \epoc32\winscw\c\Documents mkdir \epoc32\winscw\c\Documents +call xcopy .\cdrive\sys\install\sisregistry \epoc32\winscw\c\sys\install\sisregistry /S /Y > NUL +call xcopy .\cdrive\Documents \epoc32\winscw\c\Documents /S /Y > NUL +if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL + +ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness.txt +GOTO END +:LAST +ECHO ***ERRORCODE*** %errorlevel% FAIL>>/epoc32/winscw/c/interpretsis_test_harness.txt +:END \ No newline at end of file