rename echoserver -> pingpong
authorRyan <ry@tinyclouds.org>
Wed, 22 Apr 2009 14:05:14 +0000 (16:05 +0200)
committerRyan <ry@tinyclouds.org>
Wed, 22 Apr 2009 14:05:14 +0000 (16:05 +0200)
test/test-pingpong.js [moved from test/test-echoServer.js with 99% similarity]

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