|
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 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
18 // All rights reserved. |
|
19 // This component and the accompanying materials are made available |
|
20 // under the terms of "Eclipse Public License v1.0" |
|
21 // which accompanies this distribution, and is available |
|
22 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
23 // |
|
24 // Initial Contributors: |
|
25 // Nokia Corporation - initial contribution. |
|
26 // |
|
27 // Contributors: |
|
28 // |
|
29 // Description: |
|
30 // |
|
31 |
|
32 PRINT Default Plugin negative test cases (Requires replacement of CenRep initialization files... |
|
33 |
|
34 LOAD_SUITE tAuthSvr |
|
35 |
|
36 |
|
37 //! @SYMTestCaseID SEC-AUT-AUTHSVR-0166 |
|
38 //! @SYMTestCaseDesc Start the Authserver with the Cenrep file containing an alias for default plugin |
|
39 //! @SYMREQ REQ11230 |
|
40 //! @SYMTestPriority High |
|
41 //! @SYMTestActions Remove the Authentication database. Try to start the authserver. |
|
42 //! @SYMTestExpectedResults Authserver start fails with KErrCorrupt (-20) |
|
43 //! @SYMDevelopedForRelease Intulo |
|
44 |
|
45 |
|
46 START_TESTCASE SEC-AUT-AUTHSVR-0166 |
|
47 RUN_TEST_STEP_RESULT 0 100 tAuthSvr REMOVE_DBS |
|
48 RUN_TEST_STEP !RESULT=-20 100 tAuthSvr AUTHSVR_CHECK c:\tauth\tAuthSvr\scripts\tauthsvr2.ini Test0024d |
|
49 END_TESTCASE SEC-AUT-AUTHSVR-0166 |
|
50 |