bluetooth/btexample/test/cit/ROMConfig/scripts/BT_ROMCONFIG_PAN_001.script
changeset 0 29b1cd4cb562
child 23 5b153be919d4
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 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 //
       
    15 
       
    16  // backup the commdb settings to c:\cedout.cfg
       
    17 RUN_WS_PROGRAM -1 ceddump
       
    18 
       
    19 // apply the settings for this test
       
    20 CED z:\testdata\btromconfig\pan001.cfg
       
    21 
       
    22 LOAD_SERVER TestServerSymbianExcludeBt
       
    23 
       
    24 START_TESTCASE BT-ROMCONFIG-PAN-001
       
    25 //! @SYMTestCaseID BT-ROMCONFIG-PAN-001
       
    26 //! @SYMTestCaseDesc Cannot start a BT PAN RConnection
       
    27 //! on a SYMBIAN_EXCLUDE_BLUETOOTH ROM
       
    28 //! @SYMREQ 5413
       
    29 //! @SYMTestType CIT
       
    30 //! @SYMTestPriority 1
       
    31 //! @SYMTestStatus Implemented
       
    32 //! @SYMTestActions Setup CommDB to make the BT PAN the default IAP. Call RConnection::Start()
       
    33 //! @SYMTestExpectedResults Returns KErrNotFound as PAN profile is not included on ROM
       
    34 RUN_TEST_STEP 30 TestServerSymbianExcludeBt BT_ROMCONFIG_PAN_001 c:\testdata\btromconfig\BtRomConfig.ini BluetoothExcluded
       
    35 END_TESTCASE BT-ROMCONFIG-PAN-001
       
    36 
       
    37 CED c:\cedout.cfg // restore the original settings
       
    38