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 | 73f3c075a4506a4225092614f8e5be2de352a0d3 (patch) | |
tree | 7d464b64ab24a421fd9be1cfe00ae6aca3f0091d /t | |
parent | 975c562d1c6f51e763e43a1858c9b508fcdf2efd (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 |