smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.cpp
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.cpp	Fri Feb 19 23:59:33 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.cpp	Fri Mar 12 15:49:38 2010 +0200
@@ -30,6 +30,8 @@
 	{
 	CSmsEmsPrtTestServer* server = new (ELeave) CSmsEmsPrtTestServer();
 	CleanupStack::PushL(server);
+	// CSmsStackTestServer intermediate base class call
+	server->InitializeTsyAndPhonesL();
 	// CServer base class call
 	server->StartL(KServerName);
 	CleanupStack::Pop(server);
@@ -86,11 +88,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("TestEmsFormatA"))
+	if (aStepName == _L("TestEmsFormatA"))
 		{
 		testStep = new CTestEmsFormatA ;
 		}