We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BOOST_CHECK
cnetaddr_basic
1 parent e7af2f3 commit 63631beCopy full SHA for 63631be
src/test/net_tests.cpp
@@ -307,9 +307,6 @@ BOOST_AUTO_TEST_CASE(cnetaddr_basic)
307
BOOST_REQUIRE(addr.IsValid());
308
BOOST_REQUIRE(addr.IsIPv6());
309
BOOST_CHECK(!addr.IsBindAny());
310
- const std::string addr_str{addr.ToString()};
311
- BOOST_CHECK(addr_str == scoped_addr || addr_str == "fe80:0:0:0:0:0:0:1");
312
- // The fallback case "fe80:0:0:0:0:0:0:1" is needed for macOS 10.14/10.15 and (probably) later.
313
// Test that the delimiter "%" and default zone id of 0 can be omitted for the default scope.
314
BOOST_REQUIRE(LookupHost(link_local + "%0", addr, false));
315
0 commit comments