Add 'localhost' to connect() to test for issue 3

pull/22966/head
Ryan 2009-06-11 13:43:00 +02:00
parent 728af1faa8
commit 1a1406c80e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function onLoad() {
};
assertEquals("closed", client.readyState);
client.connect(port);
client.connect(port, "localhost");
}
function onExit () {