datasourcemodules/gpspositioningmodule/lbsagpspsy/test/src/te_lbsagpspsysuite.cpp
branchRCL_3
changeset 65 a796fdeeb33c
parent 52 29dbbeac905d
--- a/datasourcemodules/gpspositioningmodule/lbsagpspsy/test/src/te_lbsagpspsysuite.cpp	Wed Sep 15 00:02:22 2010 +0300
+++ b/datasourcemodules/gpspositioningmodule/lbsagpspsy/test/src/te_lbsagpspsysuite.cpp	Wed Oct 13 16:07:50 2010 +0300
@@ -34,7 +34,7 @@
 _LIT(KServerName, "te_lbsagpspsysuite");
 
 /** The UID of the unit test suite*/
-//const TUid  KServerUid = {0x10285ACB};
+const TUid  KServerUid = {0x10285ACB};
 
 const RLbsPositionUpdateRequests::TChannelIdentifer KChannelIdentifierLS2GpsLocManager = 
 	{
@@ -69,12 +69,18 @@
 	//ConstructL of the base class
 	CTestServer::ConstructL(KServerName);
 	
-    CTe_SystemStarter::DefineLbsPropertiesL();
+	CTe_SystemStarter starter(KServerUid);
+	
+	starter.RestartLbs_RootOnlyL(iFirstExe);
+
 	}
 
 CTe_LbsAgpsPsySuite::~CTe_LbsAgpsPsySuite()
 	{
-    TRAP_IGNORE(CTe_SystemStarter::DeleteLbsPropertiesL());
+	CTe_SystemStarter starter(KServerUid);
+	
+	TRAP_IGNORE(starter.RestartLbs_NormalL(iFirstExe));
+
 	}
 
 /**