diff options
author | Steve Kemp <steve@steve.org.uk> | 2016-07-18 12:17:05 +0300 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2016-07-18 12:17:05 +0300 |
commit | 7be828224637af7cdfdb43c000c8d401740abd4f (patch) | |
tree | db940d47bfddc26baa8c3d63eba3e65e045fefad /t/test-custodian-util-ping.rb | |
parent | f8d1c4d00eed366c3d95b408258ce4ab80663dea (diff) |
Remove outdated tests.
Diffstat (limited to 't/test-custodian-util-ping.rb')
-rwxr-xr-x | t/test-custodian-util-ping.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/t/test-custodian-util-ping.rb b/t/test-custodian-util-ping.rb index bce21ff..99b61c1 100755 --- a/t/test-custodian-util-ping.rb +++ b/t/test-custodian-util-ping.rb @@ -60,29 +60,6 @@ class TestPingUtil < Test::Unit::TestCase # - # Test IPv4 lookups - # - def test_lookup_ipv4 - - helper = Custodian::Util::Ping.new('ipv4.steve.org.uk') - assert(helper.is_ipv4?) - assert(!helper.is_ipv6?) - - end - - - # - # Test IPv6 lookups - # - def test_lookup_ipv6 - - helper = Custodian::Util::Ping.new('ipv6.steve.org.uk') - assert(helper.is_ipv6?) - assert(!helper.is_ipv4?) - end - - - # # Test lookup of hosts that don't work # def test_lookup_fail |