datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp
changeset 4 928ed51ddc43
parent 2 dee179edb159
child 14 4ccf8e394726
equal deleted inserted replaced
3:b6139031a239 4:928ed51ddc43
   479 		testStep=new TE_RConnectionTest317();
   479 		testStep=new TE_RConnectionTest317();
   480 	else if(aStepName.Compare(_L("Test318")) == 0)
   480 	else if(aStepName.Compare(_L("Test318")) == 0)
   481 		testStep=new TE_RConnectionTest318();
   481 		testStep=new TE_RConnectionTest318();
   482 	else if(aStepName.Compare(_L("Test319")) == 0)
   482 	else if(aStepName.Compare(_L("Test319")) == 0)
   483 		testStep=new TE_RConnectionTest319();
   483 		testStep=new TE_RConnectionTest319();
       
   484 	else if (aStepName.Compare(_L("TestAllInterfaceNot210")) == 0)
       
   485 	    testStep = new TE_RConnectionTestAllInterfaceNot210();
   484 	
   486 	
   485 	return testStep;
   487 	return testStep;
   486 	}
   488 	}
   487 	
   489 	
   488 CTestStep* TE_RConnectionSuiteTestServer::CreateRConnTestStep4(const TDesC& aStepName)
   490 CTestStep* TE_RConnectionSuiteTestServer::CreateRConnTestStep4(const TDesC& aStepName)