smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.cpp	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.cpp	Fri Apr 16 16:12:37 2010 +0300
@@ -18,12 +18,11 @@
 */
 
 #include "TE_smsprtstressserver.h"
+
 #include "TE_smsprtstress.h"
 
-
 _LIT(KServerName,"TE_SMSPRTSTRESS");
 
-
 CSmsPrtStressTestServer* CSmsPrtStressTestServer::NewL()
 /**
  *  @return - Instance of the test server
@@ -33,6 +32,8 @@
 	{
 	CSmsPrtStressTestServer * server = new (ELeave) CSmsPrtStressTestServer();
 	CleanupStack::PushL(server);
+	// CSmsStackTestServer intermediate base class call
+//	server->InitializeTsyAndPhonesL();
 	// CServer base class call
 	server->StartL(KServerName);
 	CleanupStack::Pop(server);
@@ -89,11 +90,7 @@
 	// the new could return NULL, but that is not a problem as it implies
 	// the test step is missing and this will be marked in the log file.
 	//
-	if (aStepName == _L("TestInit"))
-		{
-		testStep = new CTestInit ;
-		}
-	else if (aStepName == _L("TestRxAndRead"))
+	if (aStepName == _L("TestRxAndRead"))
 		{
 		testStep = new CTestRxAndRead ;
 		}