equal
deleted
inserted
replaced
|
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 swi001-001.script |
|
16 // |
|
17 // |
|
18 |
|
19 LOAD_SUITE tuiscriptadaptors |
|
20 LOAD_SUITE tSisRegistryTest |
|
21 |
|
22 //! @SYMTestCaseID API-SEC-sistools-InterpretSIS-SWI001-0001 |
|
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 + RU installed successfully |
|
28 //! 2. Install a SP |
|
29 //! 3. Install a PU |
|
30 //! 4. Uninstall the SA + RU |
|
31 //! @SYMTestExpectedResults All upgrades install |
|
32 //! @SYMTestType CIT |
|
33 |
|
34 START_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0001 |
|
35 |
|
36 RUN_TEST_STEP 100 tSisRegistryTest IsUidInstalled c:\tswi\tinterpretsisinteg\scripts\ini.ini 001-001_SA_RU |
|
37 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini 001-001_SP |
|
38 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini 001-001_PU |
|
39 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini u_001-001_SA_RU |
|
40 |
|
41 END_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0001 |