messagingfw/suplsmshandler/test/testserver/scripts/Te_LbsSuplSmsTriggerSuite.script
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 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 "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // The script for the SUPL SMS Trigger Unit Test Suite |
|
15 // |
|
16 // |
|
17 |
|
18 PRINT Run all Te_LbsSuplSmsTriggerSuite Tests |
|
19 |
|
20 RUN_UTILS DeleteFile c:\config.txt |
|
21 RUN_UTILS CopyFile c:\testdata\configs\lbssuplsmstriggerconfig.txt c:\config.txt |
|
22 |
|
23 |
|
24 LOAD_SUITE Te_LbsSuplSmsTriggerSuite |
|
25 |
|
26 |
|
27 START_TESTCASE LBS-UT-SuplSmsTrigger-0001 |
|
28 //! @SYMTestCaseID LBS-UT-SuplSmsTrigger-0001 |
|
29 //! @SYMTestType UT |
|
30 //! @SYMCreationDate 1/8/2008 |
|
31 //! @SYMAuthor Brajendras |
|
32 RUN_TEST_STEP 1000 Te_LbsSuplSmsTriggerSuite LbsSuplSmsTriggerIntegStep |
|
33 END_TESTCASE LBS-UT-SuplSmsTrigger-0001 |
|
34 |
|
35 |
|
36 |
|
37 RUN_UTILS DeleteFile c:\config.txt |
|
38 |
|
39 PRINT Complete all Te_LbsSuplSmsTriggerSuite Tests |
|
40 |