Skip to content

Commit

Permalink
Clarification about failing 'AddressFromURL.Failure' test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Feb 27, 2018
1 parent 641c5c7 commit 5737531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/address_from_url.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ TEST(AddressFromURL, Failure)
bool dnssec_result = false;

std::vector<std::string> addresses = tools::dns_utils::addresses_from_url("example.invalid", dnssec_result);

LOG_PRINT_L0("This test could fail in case of running inside LAN with local DNS server");
// for a non-existing domain such as "example.invalid", the non-existence is proved with NSEC records
ASSERT_TRUE(dnssec_result);

Expand Down

0 comments on commit 5737531

Please sign in to comment.