networksecurity/tlsprovider/Test/scripts/tnoclientauthdialog.script
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 Run all Tls provider tests
       
    18 //
       
    19 LOAD_SUITE TlsProvServer
       
    20 //
       
    21 #
       
    22 
       
    23 //! @SYMTestCaseID 	SEC-TLSP-CLIENT-AUTHDLG-0002
       
    24 //! @SYMTestCaseDesc 	start a secure connection to the test server which needs client authentication but no dialog
       
    25 //!			(NoClientAuthDlg)
       
    26 //! @SYMREQ 		DEF074672 
       
    27 //! @SYMTestPriority 	High
       
    28 //! @SYMTestActions  	Test client authentication dialog
       
    29 //! @SYMTestExpectedResults the client authentication successfully 
       
    30 //! @SYMDevelopedForRelease Mike
       
    31 
       
    32 START_TESTCASE SEC-TLSP-CLIENT-AUTHDLG-0002
       
    33 
       
    34 RUN_UTILS DeleteFile c:\private\200008d1\101f52c4.cce
       
    35 
       
    36 RUN_TEST_STEP 180 TlsProvServer TSecureConnection C:\ttlsprovider\tsecuretlsdialog\scripts\tnoclientauthdialog.ini SecureDialog_1
       
    37 
       
    38 END_TESTCASE SEC-TLSP-CLIENT-AUTHDLG-0002