appfw/apparchitecture/tef/T_DataMappingPersistenceC.cpp
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
    18  @internalComponent - Internal Symbian test code 
    18  @internalComponent - Internal Symbian test code 
    19 */
    19 */
    20 
    20 
    21 
    21 
    22 #include "T_DataMappingPersistenceC.h"
    22 #include "T_DataMappingPersistenceC.h"
    23 #include "T_SisFileInstaller.h"
       
    24 
    23 
    25 _LIT(KServerApp2Component, "serverapp2");
       
    26 
    24 
    27 
    25 
    28 /**
    26 /**
    29  * Constructor
    27  * Constructor
    30  */	
    28  */	
    58  * @return - TVerdict code
    56  * @return - TVerdict code
    59  * Override of base class virtual
    57  * Override of base class virtual
    60  */
    58  */
    61 TVerdict CT_DataMappingPersistenceCTestStep::doTestStepPostambleL()
    59 TVerdict CT_DataMappingPersistenceCTestStep::doTestStepPostambleL()
    62 	{
    60 	{
    63     CSisFileInstaller sisFileInstaller;
       
    64     sisFileInstaller.UninstallSisL(KServerApp2Component); 
       
    65     
       
    66 	return TestStepResult();
    61 	return TestStepResult();
    67 	}
    62 	}
    68 
    63 
    69 TVerdict CT_DataMappingPersistenceCTestStep::doTestStepL()
    64 TVerdict CT_DataMappingPersistenceCTestStep::doTestStepL()
    70 	{
    65 	{