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