mobilemessaging/smsmtm/test/src/t_testSmsNumber_Step.cpp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 // Copyright (c) 2005-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 #include <test/testexecutelog.h>
       
    17 #include "t_testsmsnumber_step.h"
       
    18 
       
    19 CTestSmsNumberStep::CTestSmsNumberStep()
       
    20 	{
       
    21 	// Call base class method to set up the human readable name for logging
       
    22 	SetTestStepName(KTestSmsNumber);
       
    23 	}
       
    24 		
       
    25 CTestSmsNumberStep::~CTestSmsNumberStep()
       
    26 	{
       
    27 	}		
       
    28 
       
    29 TVerdict CTestSmsNumberStep::doTestStepL()
       
    30 	{			
       
    31 	SetTestStepResult(iSmcmTest->TestNumberL());
       
    32 	return TestStepResult();
       
    33 	}	
       
    34 
       
    35 	
       
    36 	
       
    37 
       
    38