authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr5.script
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     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 
       
    18 PRINT Default Plugin negative test cases (Requires replacement of CenRep initialization files...
       
    19 
       
    20 LOAD_SUITE tAuthSvr
       
    21 
       
    22 
       
    23 //! @SYMTestCaseID SEC-AUT-AUTHSVR-0166
       
    24 //! @SYMTestCaseDesc Start the Authserver with the Cenrep file containing an alias for default plugin           
       
    25 //! @SYMREQ REQ11230
       
    26 //! @SYMTestPriority High
       
    27 //! @SYMTestActions  Remove the Authentication database. Try to start the authserver.
       
    28 //! @SYMTestExpectedResults Authserver start fails with KErrCorrupt (-20)
       
    29 //! @SYMDevelopedForRelease Intulo
       
    30 
       
    31 
       
    32 START_TESTCASE SEC-AUT-AUTHSVR-0166
       
    33 RUN_TEST_STEP_RESULT 0 100	tAuthSvr 	REMOVE_DBS
       
    34 RUN_TEST_STEP !RESULT=-20 100	tAuthSvr 	AUTHSVR_CHECK	c:\tauth\tAuthSvr\scripts\tauthsvr2.ini Test0024d
       
    35 END_TESTCASE SEC-AUT-AUTHSVR-0166
       
    36