bluetooth/btexample/test/cit/ROMConfig/scripts/BT_ROMCONFIG_USER_003.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 LOAD_SERVER TestServerSymbianExcludeBt
       
    17 
       
    18 START_TESTCASE BT-ROMCONFIG-USER-003
       
    19 //! @SYMTestCaseID BT-ROMCONFIG-USER-003
       
    20 //! @SYMTestCaseDesc CBluetoothSynchronousLink cannot be used
       
    21 //! on a SYMBIAN_EXCLUDE_BLUETOOTH ROM
       
    22 //! @SYMREQ 5413
       
    23 //! @SYMTestType CIT
       
    24 //! @SYMTestPriority 1
       
    25 //! @SYMTestStatus Implemented
       
    26 //! @SYMTestActions Construct a CBluetoothSynchronousLink, call AcceptConnection()
       
    27 //! @SYMTestExpectedResults Returns KErrBadName, as bt_v2.prt is not in ROM
       
    28 RUN_TEST_STEP 10 TestServerSymbianExcludeBt BT_ROMCONFIG_USER_003 c:\testdata\btromconfig\BtRomConfig.ini BluetoothExcluded
       
    29 END_TESTCASE BT-ROMCONFIG-USER-003
       
    30