From fbb42b80cb0d299f38e0a4df9b0fa01228b39225 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 19 Jan 2004 16:18:31 +0000 Subject: Seems to be working on windows and linux. --- test/testclnt.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/testclnt.lua b/test/testclnt.lua index 270891b..5a001b3 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua @@ -425,7 +425,7 @@ test_closed() test("accept with timeout (if it hangs, it failed:)") accept_timeout() -test("accept with timeout (if it hangs, it failed:)") +test("connect with timeout (if it hangs, it failed:)") connect_timeout() test("mixed patterns") @@ -499,8 +499,6 @@ test_raw(200) test_raw(17) test_raw(1) - -a = [[ test("total timeout on send") test_totaltimeoutsend(800091, 1, 3) test_totaltimeoutsend(800091, 2, 3) @@ -524,6 +522,5 @@ test_blockingtimeoutreceive(800091, 1, 3) test_blockingtimeoutreceive(800091, 2, 3) test_blockingtimeoutreceive(800091, 3, 2) test_blockingtimeoutreceive(800091, 3, 1) -]] test(string.format("done in %.2fs", socket.time() - start)) -- cgit v1.2.3-55-g6feb