|
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 // @file swi002-003.script |
|
16 // |
|
17 // |
|
18 |
|
19 LOAD_SUITE tuiscriptadaptors |
|
20 LOAD_SUITE tSisRegistryTest |
|
21 |
|
22 //! @SYMTestCaseID API-SEC-sistools-InterpretSIS-SWI002-0003 |
|
23 //! @SYMTestCaseDesc Compare installation of SWI and Interpretsis |
|
24 //! @SYMPREQ PREQ2114 |
|
25 //! @SYMTestStatus 3. Released |
|
26 //! @SYMTestPriority High |
|
27 //! @SYMTestActions 1. Check to see if the SA and SP installed successfully |
|
28 //! 2. Uninstall the SP |
|
29 //! 3. Uninstall the SA |
|
30 //! @SYMTestExpectedResults SP and SA uninstalls successfully |
|
31 //! @SYMTestType CIT |
|
32 |
|
33 START_TESTCASE API-SEC-sistools-InterpretSIS-SWI002-0003 |
|
34 |
|
35 RUN_TEST_STEP 100 tSisRegistryTest IsUidInstalled c:\tswi\tinterpretsisinteg\scripts\ini.ini SWI002-003 |
|
36 RUN_TEST_STEP 100 tuiscriptadaptors UninstallAugStep c:\tswi\tinterpretsisinteg\scripts\ini.ini uSWI002-003-SP |
|
37 RUN_TEST_STEP_RESULT -5 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini uSWI002-003-SA |
|
38 RUN_TEST_STEP 100 tuiscriptadaptors ForceRemove c:\tswi\tinterpretsisinteg\scripts\ini.ini upgrade_files |
|
39 |
|
40 END_TESTCASE API-SEC-sistools-InterpretSIS-SWI002-0003 |