Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f787c0

Browse files
committed
Putting back the www in the URI string.
1 parent2a12fbe commit3f787c0

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
typedeftypename uri_type::string_type string_type;
182182

183-
const std::stringurl("http://.boost.org/");
183+
const std::stringurl("http://www.boost.org/");
184184
const std::stringscheme("http");
185185
const std::stringhost("www.boost.org");
186186
const std::stringpath("/");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp