Skip to content

Commit 3f787c0

Browse files
committed
Putting back the www in the URI string.
1 parent 2a12fbe commit 3f787c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/network/test/url_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(encoded_uri_test, T, tag_types) {
180180
typedef uri::basic_uri<T> uri_type;
181181
typedef typename uri_type::string_type string_type;
182182

183-
const std::string url("http://.boost.org/");
183+
const std::string url("http://www.boost.org/");
184184
const std::string scheme("http");
185185
const std::string host("www.boost.org");
186186
const std::string path("/");

0 commit comments

Comments
 (0)