rename echoserver -> pingpong

This commit is contained in:
Ryan 2009-04-22 16:05:14 +02:00
parent f3f9a08de1
commit e6d96e8e66
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function onLoad() {
}
}, 100);
};
socket.onClose = function () {
puts("socket close.");
assertEquals(10, count);