summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/socket/test_socket.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/socket/test_socket.rb b/test/socket/test_socket.rb
index d3c3840464..cd19fdebf9 100644
--- a/test/socket/test_socket.rb
+++ b/test/socket/test_socket.rb
@@ -55,9 +55,9 @@ class TestSocket < Test::Unit::TestCase
assert_raise(SocketError) { Socket.getnameinfo(["AF_UNIX", 80, "0.0.0.0"]) }
end
- def test_list_ip_address
+ def test_ip_address_list
begin
- list = Socket.list_ip_address
+ list = Socket.ip_address_list
rescue NotImplementedError
return
end