equal
deleted
inserted
replaced
11 // |
11 // |
12 // Contributors: |
12 // Contributors: |
13 // |
13 // |
14 // Description: |
14 // Description: |
15 // |
15 // |
|
16 // |
|
17 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
18 // All rights reserved. |
|
19 // This component and the accompanying materials are made available |
|
20 // under the terms of the License "Symbian Foundation License v1.0" |
|
21 // which accompanies this distribution, and is available |
|
22 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
23 // |
|
24 // Initial Contributors: |
|
25 // Nokia Corporation - initial contribution. |
|
26 // |
|
27 // Contributors: |
|
28 // |
|
29 // Description: |
|
30 // |
16 //! @file |
31 //! @file |
17 // Dummy TEF Script |
32 // Dummy TEF Script |
18 PRINT This is a dummy TEF script, it's purpose is to allow particular batch files to be run as part of the ONB (via pre-command arguments to DABS) without any associated tests being run with them. |
33 PRINT This is a dummy TEF script, it's purpose is to allow particular batch files to be run as part of the ONB (via pre-command arguments to DABS) without any associated tests being run with them. |
19 |
34 |
20 LOAD_SUITE securityframeworktestserver |
35 LOAD_SUITE securityframeworktestserver |
21 |
36 |
22 START_TESTCASE NothingHappens |
37 //! @SYMTestCaseID SEC-FRAMEWORK-DUMMY-0001 |
|
38 //! @SYMTestCaseDesc NothingHappens |
|
39 |
|
40 START_TESTCASE SEC-FRAMEWORK-DUMMY-0001 |
23 RUN_TEST_STEP 100 securityframeworktestserver NoOperationTestStep |
41 RUN_TEST_STEP 100 securityframeworktestserver NoOperationTestStep |
24 END_TESTCASE NothingHappens |
42 END_TESTCASE SEC-FRAMEWORK-DUMMY-0001 |