datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp
branchRCL_3
changeset 14 4ccf8e394726
parent 4 928ed51ddc43
equal deleted inserted replaced
13:0b0e9fce0b58 14:4ccf8e394726
   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)