From 233f7d09e3b5a46917023da7b152b5062036e25a Mon Sep 17 00:00:00 2001 From: ayumin Date: Sun, 2 Jun 2013 16:37:14 +0000 Subject: * test/socket/test_sockopt.rb: change test name. follow r41037. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/socket/test_sockopt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/socket') diff --git a/test/socket/test_sockopt.rb b/test/socket/test_sockopt.rb index 5ed24d8345..d1f6f29c34 100644 --- a/test/socket/test_sockopt.rb +++ b/test/socket/test_sockopt.rb @@ -25,7 +25,7 @@ class TestSocketOption < Test::Unit::TestCase assert_equal(true, opt.bool) end - def test_ip_multicast_loop + def test_ipv4_multicast_loop sockopt = Socket::Option.ipv4_multicast_loop(128) assert_equal('#', sockopt.inspect) assert_equal(Socket::AF_INET, sockopt.family) @@ -34,7 +34,7 @@ class TestSocketOption < Test::Unit::TestCase assert_equal(128, sockopt.ipv4_multicast_loop) end - def test_ip_multicast_ttl + def test_ipv4_multicast_ttl sockopt = Socket::Option.ipv4_multicast_ttl(128) assert_equal('#', sockopt.inspect) assert_equal(Socket::AF_INET, sockopt.family) -- cgit v1.2.3