|
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 tintsisscr004_db.script |
|
16 // Creation October 2008 |
|
17 // Interpretsis Unit Test Script |
|
18 // |
|
19 |
|
20 ///////////////////////////////////////////////////////////////////////////////// |
|
21 LOAD_SUITE tuiscriptadaptors |
|
22 |
|
23 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
24 //! @SYMTestCaseID API-SEC-SWI-INTERPRETSIS-SCR-0004 |
|
25 //! @SYMTestCaseDesc Check values of 'Hidden' field in SCR when Interpretsis installs an hidden component. |
|
26 //! @SYMPREQ PREQ1269 |
|
27 //! @SYMTestStatus 3. Released |
|
28 //! @SYMTestPriority Medium |
|
29 //! @SYMTestActions Check the value of 'Hidden' field in SCR |
|
30 //! @SYMTestExpectedResults 'Hidden'= 1 |
|
31 //! @SYMTestType ComponentUnitTest |
|
32 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
33 START_TESTCASE API-SEC-SWI-INTERPRETSIS-SCR-0004 |
|
34 |
|
35 RUN_TEST_STEP 100 tuiscriptadaptors CheckSCRFieldStep z:\tswi\tuiscriptadaptors\scripts\tswiregcompfields.ini hidden_true |
|
36 RUN_TEST_STEP 100 tuiscriptadaptors ForceRemove z:\tswi\tuiscriptadaptors\scripts\tswiregcompfields.ini removehiddensactlfile |
|
37 |
|
38 END_TESTCASE API-SEC-SWI-INTERPRETSIS-SCR-0004 |