datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp
branchRCL_3
changeset 21 07656293a99c
parent 18 9644881fedd0
child 23 cbb19216b74d
--- a/datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp	Wed Jun 09 11:00:38 2010 +0300
+++ b/datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp	Mon Jun 21 17:02:22 2010 +0300
@@ -280,6 +280,8 @@
 				testStep = new CShutdownRSocketStep(iEsockTest);
 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
 				testStep = new CStartRConnectionStep(iEsockTest);
+    else if(aStepName.CompareF (KStartStopCrazyLoopRConnectionStep) == 0)
+                testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);	
 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);
 	
@@ -424,7 +426,9 @@
 	NEW_ESOCK_TESTSTEP(RegisterProgressNotificationStep)
 	NEW_ESOCK_TESTSTEP(CheckProgressNotificationStep)
 	NEW_ESOCK_TESTSTEP(CheckNegativeProgressNotificationStep)
-	NEW_ESOCK_TESTSTEP(GetParameters_IntStep)	
+	NEW_ESOCK_TESTSTEP(GetParameters_IntStep)
+	NEW_ESOCK_TESTSTEP(WaitStep)
+	
 	return testStep;
 	}