diff -r 5cc91383ab1e -r 7333d7932ef7 secureswitools/swisistools/test/tinterpretsisinteg/api-inst-testcase-interpretsis-04_db.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/secureswitools/swisistools/test/tinterpretsisinteg/api-inst-testcase-interpretsis-04_db.bat Tue Aug 31 15:21:33 2010 +0300 @@ -0,0 +1,44 @@ +@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 "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem +@ECHO OFF +REM testcase-interpretsis-04 +REM testcase testcase-interpretsis-04 - Install an applications registration info with null app file name. This is a negative testcase + +if not exist .\cdrive mkdir .\cdrive > NUL +if not exist .\romdrive mkdir .\romdrive > 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 .\cdrive\Documents\InstTest\devlangsup*.txt del .\cdrive\Documents\InstTest\devlangsup*.txt > NUL + +call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/interpretsis_testcase_07.sis -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/testcase-interpretsis-01/argumentfile.ini -l /epoc32/winscw/c/interpretsis_test_harness_db.txt > NUL + +copy .\romdrive\sys\install\scr\provisioned\scr.db \epoc32\winscw\c\sys\install\scr\scr.db /Y > NUL + +IF NOT EXIST .\backup\cdrive mkdir .\backup\cdrive > NUL +IF NOT EXIST .\backup\romdrive mkdir .\backup\romdrive > NUL +xcopy /E /Y cdrive backup\cdrive > NUL +xcopy /E /Y romdrive backup\romdrive > NUL + +IF NOT %errorlevel%==0 GOTO LAST +ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness_db.txt +GOTO END +:LAST +ECHO ***ERRORCODE*** %errorlevel% FAIL>>/epoc32/winscw/c/interpretsis_test_harness_db.txt +:END