genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp
branchRCL_3
changeset 64 c44f36bb61a3
parent 57 2efc27d87e1c
child 75 254b651f304e
--- a/genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp	Wed Sep 15 00:31:55 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp	Wed Sep 15 14:02:55 2010 +0300
@@ -455,6 +455,10 @@
             {
             testStep = new CTestSocket(aStepName);
             }
+	if(aStepName == KSockWriteOnClosedConn )
+	    {
+        testStep = new CTestSocket(aStepName);
+	    }
 	
 	return testStep;
 	}