diff --git a/test/test-echoServer.js b/test/test-pingpong.js similarity index 99% rename from test/test-echoServer.js rename to test/test-pingpong.js index b895bcc2f0..c0ce490904 100644 --- a/test/test-echoServer.js +++ b/test/test-pingpong.js @@ -36,6 +36,7 @@ function onLoad() { } }, 100); }; + socket.onClose = function () { puts("socket close."); assertEquals(10, count);