authenticationservices/authenticationserver/test/tauthcliserv/scripts/tauthexpr.script
branchRCL_3
changeset 53 030c4fbc13d7
parent 50 d07aa956024a
child 57 e0a1505373c1
child 58 b54b58ee9d58
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
     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 
       
    17 //! @file
       
    18 // authentication client server classes tests
       
    19 
       
    20 LOAD_SUITE tauthcliserv
       
    21 
       
    22 ////
       
    23 //! @SYMTestCaseID SEC-AUT-AUTHCLISVR-0008
       
    24 //! @SYMTestCaseDesc	Authentication client server classes test
       
    25 START_TESTCASE SEC-AUT-AUTHCLISVR-0008
       
    26 RUN_TEST_STEP 10 tauthcliserv AuthExprBuild
       
    27 RUN_PANIC_STEP_RESULT 3 AuthServer 10 tauthcliserv AuthExprBadAuthExt
       
    28 RUN_TEST_STEP 10 tauthcliserv AuthExprHighVer
       
    29 RUN_TEST_STEP 300 tauthcliserv AuthExprEval
       
    30 END_TESTCASE SEC-AUT-AUTHCLISVR-0008
       
    31