sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/scripts/ssrefpluginstest_custcmd_activaterfforemergencycall.script
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     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 //
       
    15 
       
    16 PRINT Run CCustomCmdTestDeactivateRfForEmergencyCall tests
       
    17 
       
    18 LOAD_SUITE tunitcustcmd_server
       
    19 
       
    20 START_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
       
    21 //! @SYMTestCaseID 		DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
       
    22 //! @SYMPREQ 			PREQ1871
       
    23 //! @SYMREQ 			REQ9138
       
    24 //! @SYMTestType		UT
       
    25 //! @SYMTestPriority		High
       
    26 //! @SYMTestStatus 		Implemented
       
    27 //! @SYMTestCaseDesc		Tests the behaviour of CCustomCmdActivateRfForEmergencyCall.
       
    28 //! @SYMTestActions			The test performs operations on a CCustomCmdActivateRfForEmergencyCall object, namely calling the following methods:
       
    29 //! 					1.	NewL - Creating the object
       
    30 //! 					2.	Initialize - Initialising the custom cmd
       
    31 //! 					3.	Execute - Executing the custom cmd
       
    32 //! @SYMTestExpectedResults 	Command should execute normally and should complete with KErrNone.
       
    33 RUN_TEST_STEP 100 tunitcustcmd_server CCustomCmdTestDeactivateRfForEmergencyCall
       
    34 END_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001