Skip to content

Commit 66dd835

Browse files
committed
Revert "fix timeout testcase - change broken link"
This reverts commit 95ec68e.
1 parent be97dfe commit 66dd835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/network/test/http/client_get_timeout_test.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(http_get_test_timeout_1_0, client, client_types) {
2525
BOOST_AUTO_TEST_CASE_TEMPLATE(http_get_test_timeout_with_options, client,
2626
client_types) {
2727
typename client::request request(
28-
"http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-desktop-amd64.iso");
28+
"http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/"
29+
"boost_1_55_0.tar.bz2");
2930
typename client::response response;
3031
typename client::options options;
3132
client client_(options.timeout(1));

0 commit comments

Comments
 (0)