applayerpluginsandutils/uripermissionservices/Test/integration/testwhitelistblacklisturisuite/scripts/testwlistblisturisuite_add_security.script
changeset 0 b16258d2340f
child 37 5f1cd966e0d9
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // TESTWLISTBLISTURISUITE.SCRIPT
       
    15 // Script file for Testing White/Black list uri service capability test.
       
    16 // @internalAll
       
    17 // 
       
    18 //
       
    19 
       
    20 
       
    21 PRINT Running_WLsitBListUriService_Test
       
    22 
       
    23 // Load the test
       
    24 LOAD_SUITE TestWListBListUriServer
       
    25 
       
    26 
       
    27 START_TESTCASE	IWS-WLBL-TESTWLISTBLISTURISUITE_ADD_SECURITY-0001
       
    28 //Add_Uri_For_CapabilityTest
       
    29 
       
    30 //! @file			TestWListBListUriSuite_Add_Security.script
       
    31 //! @SYMTestCaseID		IWS-WLBL-TESTWLISTBLISTURISUITE_ADD_SECURITY-0001
       
    32 //! @SYMTestCaseDesc 		Add uris for capability test.
       
    33 //! @SYMFssID			
       
    34 //! @SYMTestStatus 		Implemented
       
    35 //! @SYMTestPriority 		Critical
       
    36 //! @SYMTestActions 		1) Create a RUriProperties object 
       
    37 //!	                        2) Open RUriDatabase and call RUriDatabase::AddL() 
       
    38 //!				3) Check that it has been added successfully
       
    39 //! @SYMTestExpectedResults 	URI should be added to with ReadWrite permission as expected.
       
    40 //! @SYMTestType 		CIT
       
    41 RUN_TEST_STEP 	100 	TestWListBListUriServer     TestAddUriStep 	c:\testdata\ini\TestWListBListUriSuite.ini  Add_Uri_WhiteList_1
       
    42 RUN_TEST_STEP 	100 	TestWListBListUriServer     TestAddUriStep 	c:\testdata\ini\TestWListBListUriSuite.ini  Add_Uri_WhiteList_6
       
    43 RUN_TEST_STEP 	100 	TestWListBListUriServer     TestAddUriStep 	c:\testdata\ini\TestWListBListUriSuite.ini  Add_Uri_BlackList_5
       
    44 END_TESTCASE 	IWS-WLBL-TESTWLISTBLISTURISUITE_ADD_SECURITY-0001
       
    45