diff options
Diffstat (limited to 'test/testclnt.lua')
-rw-r--r-- | test/testclnt.lua | 5 |
1 files changed, 1 insertions, 4 deletions
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() | |||
425 | test("accept with timeout (if it hangs, it failed:)") | 425 | test("accept with timeout (if it hangs, it failed:)") |
426 | accept_timeout() | 426 | accept_timeout() |
427 | 427 | ||
428 | test("accept with timeout (if it hangs, it failed:)") | 428 | test("connect with timeout (if it hangs, it failed:)") |
429 | connect_timeout() | 429 | connect_timeout() |
430 | 430 | ||
431 | test("mixed patterns") | 431 | test("mixed patterns") |
@@ -499,8 +499,6 @@ test_raw(200) | |||
499 | test_raw(17) | 499 | test_raw(17) |
500 | test_raw(1) | 500 | test_raw(1) |
501 | 501 | ||
502 | |||
503 | a = [[ | ||
504 | test("total timeout on send") | 502 | test("total timeout on send") |
505 | test_totaltimeoutsend(800091, 1, 3) | 503 | test_totaltimeoutsend(800091, 1, 3) |
506 | test_totaltimeoutsend(800091, 2, 3) | 504 | test_totaltimeoutsend(800091, 2, 3) |
@@ -524,6 +522,5 @@ test_blockingtimeoutreceive(800091, 1, 3) | |||
524 | test_blockingtimeoutreceive(800091, 2, 3) | 522 | test_blockingtimeoutreceive(800091, 2, 3) |
525 | test_blockingtimeoutreceive(800091, 3, 2) | 523 | test_blockingtimeoutreceive(800091, 3, 2) |
526 | test_blockingtimeoutreceive(800091, 3, 1) | 524 | test_blockingtimeoutreceive(800091, 3, 1) |
527 | ]] | ||
528 | 525 | ||
529 | test(string.format("done in %.2fs", socket.time() - start)) | 526 | test(string.format("done in %.2fs", socket.time() - start)) |