Skip to content

Commit

Permalink
adjust unit tests to new dns root server ip
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Nov 15, 2017
1 parent c9c8a13 commit f91a87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/t_dns.cc
Expand Up @@ -608,7 +608,7 @@ TEST_F(T_Dns, CaresResolverMany) {
ExpectResolvedName(hosts[0], "a.root-servers.net",
"198.41.0.4", "[2001:503:ba3e::2:30]");
ExpectResolvedName(hosts[1], "b.root-servers.net",
"192.228.79.201", "[2001:500:200::b]");
"199.9.14.201", "[2001:500:200::b]");
ExpectResolvedName(hosts[2], "c.root-servers.net",
"192.33.4.12", "[2001:500:2::c]");
ExpectResolvedName(hosts[3], "d.root-servers.net",
Expand Down Expand Up @@ -993,7 +993,7 @@ TEST_F(T_Dns, NormalResolverCombinedSlow) {
ExpectResolvedName(hosts[0], "a.root-servers.net",
"198.41.0.4", "[2001:503:ba3e::2:30]");
ExpectResolvedName(hosts[1], "b.root-servers.net",
"192.228.79.201", "[2001:500:200::b]");
"199.9.14.201", "[2001:500:200::b]");
EXPECT_EQ(kFailOk, hosts[2].status());
ExpectResolvedName(hosts[3], "127.0.0.1", "127.0.0.1", "");
ExpectResolvedName(hosts[4], "[::1]", "", "[::1]");
Expand Down

0 comments on commit f91a87b

Please sign in to comment.