Update method list in tests

This commit is contained in:
Florian Zeitz 2012-04-29 21:03:28 +02:00
parent cf4d29f86d
commit 6de0aa54fd

View File

@ -624,7 +624,9 @@ local tcp_methods = {
"close", "close",
"connect", "connect",
"dirty", "dirty",
"getfamily",
"getfd", "getfd",
"getoption",
"getpeername", "getpeername",
"getsockname", "getsockname",
"getstats", "getstats",
@ -644,9 +646,10 @@ test_methods(socket.tcp6(), tcp_methods)
local udp_methods = { local udp_methods = {
"close", "close",
"getpeername",
"dirty", "dirty",
"getfamily",
"getfd", "getfd",
"getoption",
"getpeername", "getpeername",
"getsockname", "getsockname",
"receive", "receive",