sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/scripts/ssrefpluginstest_custcmd_activaterfforemergencycall.script
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 PRINT Run CCustomCmdTestActivateRfForEmergencyCall tests
    16 PRINT Run CCustomCmdTestDeactivateRfForEmergencyCall tests
    17 
    17 
    18 LOAD_SUITE tunitcustcmd_server
    18 LOAD_SUITE tunitcustcmd_server
    19 
    19 
    20 START_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
    20 START_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
    21 //! @SYMTestCaseID 		DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
    21 //! @SYMTestCaseID 		DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
    28 //! @SYMTestActions			The test performs operations on a CCustomCmdActivateRfForEmergencyCall object, namely calling the following methods:
    28 //! @SYMTestActions			The test performs operations on a CCustomCmdActivateRfForEmergencyCall object, namely calling the following methods:
    29 //! 					1.	NewL - Creating the object
    29 //! 					1.	NewL - Creating the object
    30 //! 					2.	Initialize - Initialising the custom cmd
    30 //! 					2.	Initialize - Initialising the custom cmd
    31 //! 					3.	Execute - Executing the custom cmd
    31 //! 					3.	Execute - Executing the custom cmd
    32 //! @SYMTestExpectedResults 	Command should execute normally and should complete with KErrNone.
    32 //! @SYMTestExpectedResults 	Command should execute normally and should complete with KErrNone.
    33 RUN_TEST_STEP 100 tunitcustcmd_server CCustomCmdTestActivateRfForEmergencyCall
    33 RUN_TEST_STEP 100 tunitcustcmd_server CCustomCmdTestDeactivateRfForEmergencyCall
    34 END_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001
    34 END_TESTCASE 			DEVSRVS-SSREFPLUGINS-CUSTCMD-0001