authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr4.script
branchRCL_3
changeset 61 641f389e9157
equal deleted inserted replaced
60:f18401adf8e1 61:641f389e9157
       
     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 //! @SYMTestCaseID SEC-AUT-AUTHSVR-0165
       
    23 //! @SYMTestCaseDesc Start the Authserver with the Cenrep file containing a blank value for default plugin
       
    24 //!                  
       
    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 START_TESTCASE SEC-AUT-AUTHSVR-0165
       
    32 RUN_TEST_STEP_RESULT 0 100	tAuthSvr 	REMOVE_DBS
       
    33 RUN_TEST_STEP !RESULT=-20 100	tAuthSvr 	AUTHSVR_CHECK	c:\tauth\tAuthSvr\scripts\tauthsvr2.ini Test0024d
       
    34 END_TESTCASE SEC-AUT-AUTHSVR-0165
       
    35