summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/test-custodian-util-ping.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/test-custodian-util-ping.rb b/t/test-custodian-util-ping.rb
index cec3ba9..baf957f 100755
--- a/t/test-custodian-util-ping.rb
+++ b/t/test-custodian-util-ping.rb
@@ -68,10 +68,6 @@ class TestPingUtil < Test::Unit::TestCase
assert( helper.is_ipv4? )
assert( ! helper.is_ipv6? )
- helper = Custodian::Util::Ping.new( "www.google.com" );
- assert( helper.is_ipv4? )
- assert( ! helper.is_ipv6? )
-
end
@@ -80,7 +76,7 @@ class TestPingUtil < Test::Unit::TestCase
#
def test_lookup_ipv6
- helper = Custodian::Util::Ping.new( "ipv6.google.com" );
+ helper = Custodian::Util::Ping.new( "ipv6.steve.org.uk" );
assert( helper.is_ipv6? )
assert( ! helper.is_ipv4? )
end