appfw/apparchitecture/tef/T_StartAppStep.cpp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
--- a/appfw/apparchitecture/tef/T_StartAppStep.cpp	Tue Aug 31 15:24:25 2010 +0300
+++ b/appfw/apparchitecture/tef/T_StartAppStep.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"
@@ -24,18 +24,10 @@
 #include "tstapp.h"
 #include "TRApaLsSessionStartAppTest.h"
 #include <apacmdln.h>
-#include "T_SisFileInstaller.h"    
 
 _LIT(KCompleted, "Completed.");
 _LIT8(KLitPlainText,"text/plain");
 
-_LIT(KUnprotectedAppSisFile, "z:\\apparctest\\apparctestsisfiles\\UnProctectedUidApp.sis");
-_LIT(KUnprotectedAppComponent, "UnProctectedUidApp");
-
-_LIT(KRApaLsSessionStartAppSisFile, "z:\\apparctest\\apparctestsisfiles\\TRApaLsSessionStartAppTestApp_v2.sis");
-_LIT(KRApaLsSessionStartAppComponent, "TRApaLsSessionStartAppTestApp_v2");
-
-
 const TInt KTUnProtectedAppTestPassed = 1234;
 
 class RIpcApparcFuzzTest : public RSessionBase
@@ -116,13 +108,6 @@
  */	
 TVerdict CT_StartAppTestStep::doTestStepPreambleL()
 	{
-    CSisFileInstaller sisFileInstaller;
-    
-    INFO_PRINTF2(_L("Installing sis file from -> %S"), &KUnprotectedAppSisFile);
-    sisFileInstaller.InstallSisL(KUnprotectedAppSisFile);
-    INFO_PRINTF2(_L("Installing sis file from -> %S"), &KRApaLsSessionStartAppSisFile);
-    sisFileInstaller.InstallSisAndWaitForAppListUpdateL(KRApaLsSessionStartAppSisFile); 
-    
 	SetTestStepResult(EPass);
 	TInt error = iApaLsSession.Connect();
 	TEST(error==KErrNone);
@@ -135,11 +120,6 @@
  */
 TVerdict CT_StartAppTestStep::doTestStepPostambleL()
 	{
-    CSisFileInstaller sisFileInstaller;
-    
-    sisFileInstaller.UninstallSisL(KUnprotectedAppComponent);
-    sisFileInstaller.UninstallSisL(KRApaLsSessionStartAppComponent); 
-     
 	return TestStepResult();
 	}