datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp
branchRCL_3
changeset 66 cbb19216b74d
parent 48 07656293a99c
child 69 9d7ce34704c8
equal deleted inserted replaced
48:07656293a99c 66:cbb19216b74d
   279 	else if(aStepName.CompareF (KShutdownRSocketStep) == 0)
   279 	else if(aStepName.CompareF (KShutdownRSocketStep) == 0)
   280 				testStep = new CShutdownRSocketStep(iEsockTest);
   280 				testStep = new CShutdownRSocketStep(iEsockTest);
   281 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
   281 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
   282 				testStep = new CStartRConnectionStep(iEsockTest);
   282 				testStep = new CStartRConnectionStep(iEsockTest);
   283     else if(aStepName.CompareF (KStartStopCrazyLoopRConnectionStep) == 0)
   283     else if(aStepName.CompareF (KStartStopCrazyLoopRConnectionStep) == 0)
   284                 testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);	
   284                 testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);
       
   285     else if(aStepName.CompareF (KStartCloseCrazyLoopRConnectionStep) == 0)
       
   286                 testStep = new CStartCloseCrazyLoopRConnectionStep(iEsockTest);  
   285 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
   287 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
   286 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);
   288 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);
   287 	
   289 	
   288 	else if(aStepName.CompareF (KStartSimTSYStep) == 0)
   290 	else if(aStepName.CompareF (KStartSimTSYStep) == 0)
   289 				testStep = new CStartSimTSYStep(iEsockTest);
   291 				testStep = new CStartSimTSYStep(iEsockTest);