diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-19 16:18:31 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-19 16:18:31 +0000 |
commit | fbb42b80cb0d299f38e0a4df9b0fa01228b39225 (patch) | |
tree | 06483f7d02f1dfbc5fbbae2c2364b64264a13f3a /test | |
parent | 46d8f4eabe5e96a248a17a2f1583d61d9307a7d2 (diff) | |
download | luasocket-fbb42b80cb0d299f38e0a4df9b0fa01228b39225.tar.gz luasocket-fbb42b80cb0d299f38e0a4df9b0fa01228b39225.tar.bz2 luasocket-fbb42b80cb0d299f38e0a4df9b0fa01228b39225.zip |
Seems to be working on windows and linux.
Diffstat (limited to 'test')
-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)) |