installationservices/swtransactionservices/test/scripts/tsts_bootuptimerecovery.script
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 //
       
     2 // Copyright (c) 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 //
       
    16 // tsts_rollbackall.script
       
    17 // Software Transaction Services Tests
       
    18 
       
    19 PRINT Run Software Transaction Services (STS) Tests - RollBackAll interface
       
    20 
       
    21 //ensure that the boot up time recovery is completed before this script gets run
       
    22 DELAY 5000
       
    23 
       
    24 // Load Suite
       
    25 LOAD_SUITE tststestserver
       
    26 
       
    27 RUN_UTILS MkDir c:\sts_test_dir\
       
    28 RUN_UTILS MkDir e:\sts_test_dir\
       
    29 
       
    30 
       
    31 //! @SYMTestCaseID 		API-SEC-STS-API-0029
       
    32 //! @SYMTestCaseDesc 		Implementation of SEC-STS-API-0029 test documented in TMS : Test boot up time recovery of interrupted transactions
       
    33 //! @SYMTestPriority 		High
       
    34 
       
    35 START_TESTCASE API-SEC-STS-API-0029
       
    36 
       
    37 RUN_TEST_STEP 100 tststestserver CheckFilesStep   z:\tusif\tsts\tsts.ini SEC_STS_TestCase029_post_recovery
       
    38 
       
    39 END_TESTCASE API-SEC-STS-API-0029
       
    40 
       
    41 
       
    42 RUN_UTILS DeleteDirectory c:\sts_test_dir\
       
    43 RUN_UTILS DeleteDirectory e:\sts_test_dir\