commsconfig/commsdatabaseshim/ts_commdb/scripts/Test_Both_Types.script
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     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 "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 //
       
    17 PRINT example CommDb Protect test
       
    18 PRINT 
       
    19 //
       
    20 run_script z:\TestData\scripts\esock_test_unloadesock.script
       
    21 CED c:\test\CommDb\ts_commdb\C\Protect.xml -f
       
    22 run_script z:\TestData\scripts\esock_test_loadesock.script
       
    23 
       
    24 LOAD_SUITE TS_CommDb.dll
       
    25 
       
    26 //Protecting Normal table
       
    27 RUN_TEST_STEP -1, TS_CommDb,step_051_01
       
    28 TEST_COMPLETE
       
    29 //Protecting Connection Pref Table
       
    30 RUN_TEST_STEP -1, TS_CommDb,step_053_01
       
    31 TEST_COMPLETE
       
    32 
       
    33 //UProtecting Normal table
       
    34 RUN_TEST_STEP -1, TS_CommDb,step_051_02
       
    35 TEST_COMPLETE
       
    36 //UProtecting Connection Pref Table
       
    37 RUN_TEST_STEP -1, TS_CommDb,step_053_02
       
    38 TEST_COMPLETE
       
    39 
       
    40 //Protecting Normal Record
       
    41 RUN_TEST_STEP -1, TS_CommDb,step_052_01
       
    42 TEST_COMPLETE
       
    43 //Protecting Connection Pref Record
       
    44 RUN_TEST_STEP -1, TS_CommDb,step_054_01
       
    45 TEST_COMPLETE
       
    46 
       
    47 //UProtecting Normal Record
       
    48 RUN_TEST_STEP -1, TS_CommDb,step_052_02
       
    49 TEST_COMPLETE
       
    50 //UProtecting Connection Pref Record
       
    51 RUN_TEST_STEP -1, TS_CommDb,step_054_02
       
    52 TEST_COMPLETE
       
    53 
       
    54 
       
    55 //Test Protecting Normal table
       
    56 RUN_TEST_STEP -1, TS_CommDb,step_055_01
       
    57 TEST_COMPLETE
       
    58 //Protecting Connection Pref Table
       
    59 RUN_TEST_STEP -1, TS_CommDb,step_057_01
       
    60 TEST_COMPLETE
       
    61 
       
    62 //Test UProtecting Normal table
       
    63 RUN_TEST_STEP -1, TS_CommDb,step_055_02
       
    64 TEST_COMPLETE
       
    65 //UProtecting Connection Pref Table
       
    66 RUN_TEST_STEP -1, TS_CommDb,step_057_02
       
    67 TEST_COMPLETE
       
    68 
       
    69 //Test Protecting Normal Record
       
    70 RUN_TEST_STEP -1, TS_CommDb,step_056_01
       
    71 TEST_COMPLETE
       
    72 //TEst Protecting Connection Pref Record
       
    73 RUN_TEST_STEP -1, TS_CommDb,step_058_01
       
    74 TEST_COMPLETE
       
    75 
       
    76 //Test UProtecting Normal Record
       
    77 RUN_TEST_STEP -1, TS_CommDb,step_056_02
       
    78 TEST_COMPLETE
       
    79 //Test UProtecting Connection Pref Record
       
    80 RUN_TEST_STEP -1, TS_CommDb,step_058_02
       
    81 TEST_COMPLETE