IPv6 test removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-01-01 16:22:15 +00:00
parent 59556a0849
commit 12b443d02f
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ class TestUDPSocket < Test::Unit::TestCase
assert_nothing_raised { UDPSocket.open(Socket::AF_INET) {} }
assert_nothing_raised { UDPSocket.open("AF_INET") {} }
assert_nothing_raised { UDPSocket.open(:AF_INET) {} }
if defined? Socket::AF_INET6
assert_nothing_raised { UDPSocket.open(Socket::AF_INET6) {} }
end
end
def test_connect