diff -r 962e6306d9d2 -r 7ef16719d8cb smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.cpp --- 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 ; }