|
1 // |
|
2 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 // All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the License "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Nokia Corporation - initial contribution. |
|
11 // |
|
12 // Contributors: |
|
13 // |
|
14 // Description: |
|
15 // @file tintsis.script |
|
16 // interpretsis Integration Test Script |
|
17 // Integration Test |
|
18 // Component : SWI |
|
19 // Tests : |
|
20 // The scope of this script is to compare the SWI and Interpretsis installation |
|
21 // |
|
22 |
|
23 |
|
24 PRINT Run test for installation of sis file |
|
25 LOAD_SUITE tuiscriptadaptors |
|
26 |
|
27 |
|
28 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
29 //! @SYMTestCaseID API-SEC-sistools-InterpretSIS-SWI001-0005 |
|
30 //! @SYMTestCaseDesc Check that the installed PU+RU by InterpretSIS can be uninstalled |
|
31 //! @SYMPREQ PREQ2114 |
|
32 //! @SYMTestStatus 3. Released |
|
33 //! @SYMTestPriority High |
|
34 //! @SYMTestActions Install a sis file. |
|
35 //! @SYMTestExpectedResults Installation is successful |
|
36 //! @SYMTestType CIT |
|
37 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
38 RUN_UTILS DeleteDirectory c:\sys\bin |
|
39 RUN_UTILS DeleteDirectory c:\sys\hash |
|
40 RUN_UTILS DeleteDirectory c:\sys\install |
|
41 |
|
42 START_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0005 |
|
43 |
|
44 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini uSWI001-005 |
|
45 |
|
46 END_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0005 |
|
47 |
|
48 |