datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp
changeset 25 e53adc4c49de
parent 4 928ed51ddc43
--- a/datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp	Fri Apr 16 16:15:03 2010 +0300
+++ b/datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionSuite.cpp	Mon May 03 13:39:24 2010 +0300
@@ -655,6 +655,14 @@
 		testStep=new TE_RConnectionTest479();
 	else if(aStepName.Compare(_L("Test480")) == 0)
 		testStep=new TE_RConnectionTest480();
+    else if(aStepName.Compare(_L("Test481")) == 0)
+        testStep=new TE_RConnectionTest481();
+    else if(aStepName.Compare(_L("Test482")) == 0)
+        testStep=new TE_RConnectionTest482();
+    else if(aStepName.Compare(_L("Test483")) == 0)
+        testStep=new TE_RConnectionTest483();
+    else if(aStepName.Compare(_L("Test484")) == 0)
+        testStep=new TE_RConnectionTest484();
 
 	return testStep;
 	}