From 5737531243282b5f2ae4ba1f2fee43c6d1a21ae1 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Tue, 27 Feb 2018 08:57:49 +0300 Subject: [PATCH] Clarification about failing 'AddressFromURL.Failure' test --- tests/unit_tests/address_from_url.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/address_from_url.cpp b/tests/unit_tests/address_from_url.cpp index 3630b59d3..498fb4358 100644 --- a/tests/unit_tests/address_from_url.cpp +++ b/tests/unit_tests/address_from_url.cpp @@ -109,7 +109,7 @@ TEST(AddressFromURL, Failure) bool dnssec_result = false; std::vector 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);