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.
1 parent 4597b2d commit e173b8aCopy full SHA for e173b8a
libs/network/test/uri/url_test.cpp
@@ -15,7 +15,7 @@
15
16
using namespace boost::network;
17
18
-
+BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES(basic_uri_test, 1)
19
BOOST_AUTO_TEST_CASE(basic_uri_test) {
20
uri::uri instance("http://www.example.com/");
21
BOOST_REQUIRE(uri::valid(instance));
0 commit comments