diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-06-24 07:04:57 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-06-24 07:04:57 +0100 |
commit | ddb1be3d65022bb0bf21327bddca62f6a38c3e07 (patch) | |
tree | fcb61357b8c4fb1dd035de71227604ae6af4b06d /t | |
parent | 006dadb894ee1c1e9044002828a514c706b78682 (diff) |
Updated the expected records now Steve's domain has moved.
Diffstat (limited to 't')
-rwxr-xr-x | t/test-custodian-util-dns.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-custodian-util-dns.rb b/t/test-custodian-util-dns.rb index 15cbe09..322df3a 100755 --- a/t/test-custodian-util-dns.rb +++ b/t/test-custodian-util-dns.rb @@ -34,13 +34,13 @@ class TestDNSUtil < Test::Unit::TestCase # IPv6 lookup # details = Custodian::Util::DNS.hostname_to_ip( "ipv6.steve.org.uk" ) - assert( details =~ /2001:41c8:125:46::10/i ) + assert( details =~ /2001:41c8:51:2aa:feff:ff:fe00:ec3/i ) # # IPv4 lookup # details = Custodian::Util::DNS.hostname_to_ip( "ipv4.steve.org.uk" ) - assert( details =~ /80.68.85.46/i ) + assert( details =~ /213\.138\.103\.170/i ) # # Failure case |