diff -r 28839de615b4 -r 26645d81f48d featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp --- a/featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp Thu Aug 19 11:36:21 2010 +0300 +++ b/featuremgmt/featuremgr/test/tef/tef_efm_unit/src/efm_unit_teststeps.cpp Tue Aug 31 16:57:14 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 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" @@ -435,16 +435,7 @@ _L("RProcess::Create expects KErrNone, returned value is = %d"),err); if( err==KErrNone ) { - RApaLsSession ls; - CApaCommandLine* cmdLine; - User::LeaveIfError(ls.Connect()); - CleanupClosePushL(ls); - cmdLine = CApaCommandLine::NewLC(); - cmdLine->SetExecutableNameL(KDummySWIPath); - cmdLine->SetProcessEnvironmentL(iSWIProcess); - iSWIProcess.Resume(); - CleanupStack::PopAndDestroy(2); - cmdLine = NULL; + iSWIProcess.Resume(); } // Install the Active Scheduler. We need this for the SWIListener Active Object on the server to