datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp
branchRCL_3
changeset 23 cbb19216b74d
parent 21 07656293a99c
child 25 9d7ce34704c8
--- a/datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp	Mon Jun 21 17:02:22 2010 +0300
+++ b/datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp	Thu Jul 15 20:01:43 2010 +0300
@@ -281,7 +281,9 @@
 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
 				testStep = new CStartRConnectionStep(iEsockTest);
     else if(aStepName.CompareF (KStartStopCrazyLoopRConnectionStep) == 0)
-                testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);	
+                testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);
+    else if(aStepName.CompareF (KStartCloseCrazyLoopRConnectionStep) == 0)
+                testStep = new CStartCloseCrazyLoopRConnectionStep(iEsockTest);  
 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);