diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 00:04:20 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-18 00:04:20 +0000 |
commit | c8d58798f0b0c789df5c566494112f81ac302432 (patch) | |
tree | 40c52eab0a4bf92636ebe13027d165f0b8452bb1 /test/testclnt.lua | |
parent | 02ef4e7daae6bef629dcb568052755fb85ed2efc (diff) | |
download | luasocket-c8d58798f0b0c789df5c566494112f81ac302432.tar.gz luasocket-c8d58798f0b0c789df5c566494112f81ac302432.tar.bz2 luasocket-c8d58798f0b0c789df5c566494112f81ac302432.zip |
Trying to get connect-with-timeout to work. Darwin works...
Diffstat (limited to 'test/testclnt.lua')
-rw-r--r-- | test/testclnt.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua index 6b07dca..3dea831 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua | |||
@@ -359,6 +359,7 @@ test_methods(socket.tcp(), { | |||
359 | "getsockname", | 359 | "getsockname", |
360 | "setoption", | 360 | "setoption", |
361 | "settimeout", | 361 | "settimeout", |
362 | "shutdown", | ||
362 | "close", | 363 | "close", |
363 | }) | 364 | }) |
364 | test_methods(socket.udp(), { | 365 | test_methods(socket.udp(), { |
@@ -372,6 +373,7 @@ test_methods(socket.udp(), { | |||
372 | "receivefrom", | 373 | "receivefrom", |
373 | "setoption", | 374 | "setoption", |
374 | "settimeout", | 375 | "settimeout", |
376 | "shutdown", | ||
375 | "close", | 377 | "close", |
376 | }) | 378 | }) |
377 | 379 | ||
@@ -484,6 +486,4 @@ test_blockingtimeoutreceive(800091, 3, 2) | |||
484 | test_blockingtimeoutreceive(800091, 3, 1) | 486 | test_blockingtimeoutreceive(800091, 3, 1) |
485 | ]] | 487 | ]] |
486 | 488 | ||
487 | socket.done() | ||
488 | |||
489 | test(string.format("done in %.2fs", socket.time() - start)) | 489 | test(string.format("done in %.2fs", socket.time() - start)) |