|
1 // |
|
2 // Copyright (c) 2005-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 // The scope of this script is to compare the SWI and Interpretsis installation |
|
16 // The ini file tintsis.ini is located at the path c:\tswi\tinterpretsisintg\testharness_preq1230\scripts |
|
17 // |
|
18 |
|
19 //! @file |
|
20 |
|
21 |
|
22 PRINT Run test for installation of sis file |
|
23 LOAD_SUITE tuiscriptadaptors |
|
24 LOAD_SUITE tinterpretsis |
|
25 |
|
26 |
|
27 |
|
28 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
29 //! @SYMTestCaseID API-SEC-SWI-INTERPRETSIS-I001A-0001 |
|
30 //! @SYMTestCaseDesc Compare installation of SWI and Interpretsis |
|
31 //! @SYMPREQ PREQ1230 |
|
32 //! @SYMTestStatus 3. Released |
|
33 //! @SYMTestPriority Medium |
|
34 //! @SYMTestActions uninstall a sis file. |
|
35 //! @SYMTestExpectedResults Installation is successful |
|
36 //! @SYMTestType CIT |
|
37 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
38 |
|
39 START_TESTCASE API-SEC-SWI-INTERPRETSIS-I001A-0001 |
|
40 |
|
41 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini I001sisfile |
|
42 RUN_TEST_STEP 100 tuiscriptadaptors ForceRemove c:\tswi\tinterpretsisinteg\scripts\ini.ini I001removeregistrysisfile1 |
|
43 |
|
44 END_TESTCASE API-SEC-SWI-INTERPRETSIS-I001A-0001 |
|
45 |
|
46 |