From a581d2333be87796e2758806d38880e3e2be8a78 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 30 Jun 2003 18:53:10 +0000 Subject: Releasing 2.0 alpha!!! --- test/testclnt.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'test') diff --git a/test/testclnt.lua b/test/testclnt.lua index 20ef0b6..b58ca2b 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua @@ -120,6 +120,7 @@ test_methods(socket.tcp(), { "setsockname", "getpeername", "getsockname", + "setoption", "timeout", "close", }) @@ -133,6 +134,7 @@ test_methods(socket.udp(), { "sendto", "receive", "receivefrom", + "setoption", "timeout", "close", }) @@ -162,21 +164,16 @@ remote "data:send(str); data:close()" end ---test_mixed(1) ---test_mixed(17) ---test_mixed(200) ---test_mixed(4091) ---test_mixed(80199) ---test_mixed(4091) ---test_mixed(200) ---test_mixed(17) ---test_mixed(1) - -test_mixed(4091) -test_mixed(4091) -test_mixed(4091) +test_mixed(1) +test_mixed(17) +test_mixed(200) test_mixed(4091) +test_mixed(80199) test_mixed(4091) +test_mixed(200) +test_mixed(17) +test_mixed(1) + ------------------------------------------------------------------------ test("character line") reconnect() @@ -203,6 +200,11 @@ test_asciiline(200) test_asciiline(4091) test_asciiline(80199) test_asciiline(800000) +test_asciiline(80199) +test_asciiline(4091) +test_asciiline(200) +test_asciiline(17) +test_asciiline(1) ------------------------------------------------------------------------ test("binary line") @@ -479,9 +481,7 @@ function test_selectbugs() pass("invalid input: ok") end --- test_selectbugs() - - +test_selectbugs() test(string.format("done in %.2fs", socket.time() - start)) -- cgit v1.2.3-55-g6feb