datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp
changeset 25 e53adc4c49de
parent 4 928ed51ddc43
equal deleted inserted replaced
22:592244873960 25:e53adc4c49de
   653 		testStep=new TE_RConnectionTest478();
   653 		testStep=new TE_RConnectionTest478();
   654 	else if(aStepName.Compare(_L("Test479")) == 0)
   654 	else if(aStepName.Compare(_L("Test479")) == 0)
   655 		testStep=new TE_RConnectionTest479();
   655 		testStep=new TE_RConnectionTest479();
   656 	else if(aStepName.Compare(_L("Test480")) == 0)
   656 	else if(aStepName.Compare(_L("Test480")) == 0)
   657 		testStep=new TE_RConnectionTest480();
   657 		testStep=new TE_RConnectionTest480();
       
   658     else if(aStepName.Compare(_L("Test481")) == 0)
       
   659         testStep=new TE_RConnectionTest481();
       
   660     else if(aStepName.Compare(_L("Test482")) == 0)
       
   661         testStep=new TE_RConnectionTest482();
       
   662     else if(aStepName.Compare(_L("Test483")) == 0)
       
   663         testStep=new TE_RConnectionTest483();
       
   664     else if(aStepName.Compare(_L("Test484")) == 0)
       
   665         testStep=new TE_RConnectionTest484();
   658 
   666 
   659 	return testStep;
   667 	return testStep;
   660 	}
   668 	}
   661 	
   669 	
   662 CTestStep* TE_RConnectionSuiteTestServer::CreateRConnTestStep5(const TDesC& aStepName)
   670 CTestStep* TE_RConnectionSuiteTestServer::CreateRConnTestStep5(const TDesC& aStepName)