localisation/apparchitecture/tef/T_RecUpgrade.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 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 the License "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    21 */
    21 */
    22 
    22 
    23 #ifndef		__T_RECUPGRADE_H
    23 #ifndef		__T_RECUPGRADE_H
    24 #define		__T_RECUPGRADE_H
    24 #define		__T_RECUPGRADE_H
    25 
    25 
    26 #include 	<testexecutestepbase.h>
    26 #include <test/testexecutestepbase.h>
       
    27 #include "appfwk_test_utils.h"
    27 
    28 
    28 _LIT(KT_RecUpgradeStep, "T_RecUpgrade");
    29 _LIT(KT_RecUpgradeStep, "T_RecUpgrade");
    29 
    30 
    30 class CT_RecUpgradeStep : public CTestStep
    31 class CT_RecUpgradeStep : public CTestStep
    31 	{
    32 	{
    38 	TVerdict doTestStepL();
    39 	TVerdict doTestStepL();
    39 	TVerdict doTestStepPostambleL();
    40 	TVerdict doTestStepPostambleL();
    40 
    41 
    41 private:
    42 private:
    42 	void TestUpgradeRecognizerL(RApaLsSession& aApparcServer);
    43 	void TestUpgradeRecognizerL(RApaLsSession& aApparcServer);
       
    44 	void TestUpgradeRecognizer2L(RApaLsSession& aApparcServer);
    43 	TBool DoRecognizeL(RApaLsSession& aApparcServer, const TDataType& aDataType);
    45 	TBool DoRecognizeL(RApaLsSession& aApparcServer, const TDataType& aDataType);
    44 	void CopyRecognizerFileL();
    46 	void CopyRecognizerFileL();
       
    47 	static TInt DeleteFileL(const TDesC &aFileName, RSmlTestUtils &fs);
    45 	};
    48 	};
    46 
    49 
    47 #endif
    50 #endif