|
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/sfl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 // |
|
16 |
|
17 // Load Suite |
|
18 LOAD_SUITE tuiscriptadaptors |
|
19 |
|
20 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
21 //! @SYMTestCaseID INT-RomInstall-10 |
|
22 //! @SYMTestCaseDesc UnInstalling SA upgrade on Rom Stub. This is a positive testcase |
|
23 //! @SYMPREQ |
|
24 //! @SYMTestStatus Released |
|
25 //! @SYMTestPriority High |
|
26 //! @SYMTestActions UnInstall SIS file |
|
27 //! @SYMTestExpectedResults error code 0 returned. |
|
28 //! @SYMTestType CIT |
|
29 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
30 RUN_UTILS DeleteDirectory c:\sys\bin |
|
31 RUN_UTILS DeleteDirectory c:\sys\hash |
|
32 RUN_UTILS DeleteDirectory c:\sys\install |
|
33 RUN_UTILS DeleteDirectory c:\Documents |
|
34 |
|
35 START_TESTCASE INT-RomInstall-10 |
|
36 |
|
37 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep c:\tswi\tinterpretsisinteg\scripts\ini.ini ROM-Install-09_checkfiles |
|
38 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini ROM-Install-09 |
|
39 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep c:\tswi\tinterpretsisinteg\scripts\ini.ini ROM-Install-09_checkfilesall |
|
40 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini NR-OPTION-01 |
|
41 //RUN_TEST_STEP_RESULT -5 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini NR-OPTION-01 |
|
42 |
|
43 END_TESTCASE INT-RomInstall-10 |