mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-29 10:43:14 +00:00
Merge pull request #4464
bef1750f
unit_tests: fix longstanding DNS related unit test (moneromooo-monero)
This commit is contained in:
commit
f34f9312f2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ TEST(AddressFromURL, Failure)
|
||||||
{
|
{
|
||||||
bool dnssec_result = false;
|
bool dnssec_result = false;
|
||||||
|
|
||||||
std::vector<std::string> addresses = tools::dns_utils::addresses_from_url("example.invalid", dnssec_result);
|
std::vector<std::string> addresses = tools::dns_utils::addresses_from_url("example.veryinvalid", dnssec_result);
|
||||||
|
|
||||||
// for a non-existing domain such as "example.invalid", the non-existence is proved with NSEC records
|
// for a non-existing domain such as "example.invalid", the non-existence is proved with NSEC records
|
||||||
ASSERT_TRUE(dnssec_result);
|
ASSERT_TRUE(dnssec_result);
|
||||||
|
|
Loading…
Reference in a new issue