usbmgmt/usbmgr/test/cit/ROMConfig/scripts/USB_ROMCONFIG_003.script
branchRCL_3
changeset 15 f92a4f87e424
parent 14 d3e8e7d462dd
child 16 012cc2ee6408
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
     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 
       
    18 LOAD_SERVER TestServerSymbianExcludeUsb
       
    19 
       
    20 START_TESTCASE USB-ROMCONFIG-003
       
    21 //! @SYMTestCaseID USB-ROMCONFIG-003
       
    22 //! @SYMTestCaseDesc RCommServ::LoadCommModule should fail for ACM csy on a SYMBIAN_EXCLUDE_USB ROM
       
    23 //! @SYMREQ 5414
       
    24 //! @SYMTestType CIT
       
    25 //! @SYMTestPriority 1
       
    26 //! @SYMTestStatus Implemented
       
    27 //! @SYMTestActions Call RCommServ::LoadCommModule("ECACM")
       
    28 //! @SYMTestExpectedResults Returns KErrNotFound, as ecacm.csy has been removed from ROM
       
    29 RUN_TEST_STEP 10 TestServerSymbianExcludeUsb USB_ROMCONFIG_003 c:\testdata\usbromconfig\UsbRomConfig.ini UsbExcluded
       
    30 END_TESTCASE USB-ROMCONFIG-003