diff -r 924385140d98 -r c2c61fdca848 appfw/apparchitecture/tef/T_Foreground.cpp --- a/appfw/apparchitecture/tef/T_Foreground.cpp Tue Aug 31 15:24:25 2010 +0300 +++ b/appfw/apparchitecture/tef/T_Foreground.cpp Wed Sep 01 12:24:48 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -54,15 +54,10 @@ #include #include "t_foreground.h" -#include "T_SisFileInstaller.h" _LIT(KAppName, "SimpleApparcTestApp"); -_LIT(KAppFileName, "c:\\sys\\bin\\SimpleApparcTestApp.exe"); +_LIT(KAppFileName, "z:\\sys\\bin\\SimpleApparcTestApp.exe"); _LIT(KAppFile, "c:\\logs\\testApp.txt"); - -_LIT(KSimpleAppSisFile, "z:\\apparctest\\apparctestsisfiles\\SimpleApparcTestApp.sis"); -_LIT(KSimpleAppComponent, "SimpleApparcTestApp"); - const TInt KNonExistantWgId = KErrNotFound; // @@ -309,25 +304,6 @@ } -TVerdict CTestForegroundStep::doTestStepPreambleL() - { - CSisFileInstaller sisFileInstaller; - INFO_PRINTF2(_L("Installing sis file from -> %S"), &KSimpleAppSisFile); - sisFileInstaller.InstallSisL(KSimpleAppSisFile); - - SetTestStepResult(EPass); - return TestStepResult(); - } - -TVerdict CTestForegroundStep::doTestStepPostambleL() - { - CSisFileInstaller sisFileInstaller; - sisFileInstaller.UninstallSisL(KSimpleAppComponent); - - return TestStepResult(); - } - - TVerdict CTestForegroundStep::doTestStepL() // main function called by E32 { INFO_PRINTF1(_L("Test Started"));