summaryrefslogtreecommitdiff
path: root/t/test-custodian-util-dns.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2016-07-18 12:17:05 +0300
committerSteve Kemp <steve@steve.org.uk>2016-07-18 12:17:05 +0300
commit7be828224637af7cdfdb43c000c8d401740abd4f (patch)
treedb940d47bfddc26baa8c3d63eba3e65e045fefad /t/test-custodian-util-dns.rb
parentf8d1c4d00eed366c3d95b408258ce4ab80663dea (diff)
Remove outdated tests.
Diffstat (limited to 't/test-custodian-util-dns.rb')
-rwxr-xr-xt/test-custodian-util-dns.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/test-custodian-util-dns.rb b/t/test-custodian-util-dns.rb
index c86f937..569fcea 100755
--- a/t/test-custodian-util-dns.rb
+++ b/t/test-custodian-util-dns.rb
@@ -39,13 +39,6 @@ class TestDNSUtil < Test::Unit::TestCase
(details == '80.68.81.80'))
- details = Custodian::Util::DNS.hostname_to_ip('ipv4.steve.org.uk')
- assert(details == '80.68.84.111')
-
- details = Custodian::Util::DNS.hostname_to_ip('ipv6.steve.org.uk')
- assert(details == '2001:41c8:10b:103::111')
-
-
#
# Failure case
#