Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix timeout testcase - change broken link
  • Loading branch information
cnagune committed May 21, 2015
commit 480236565a53d8c927ecc8de65f911a11a94b052
3 changes: 1 addition & 2 deletions libs/network/test/http/client_get_timeout_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(http_get_test_timeout_1_0, client, client_types) {
BOOST_AUTO_TEST_CASE_TEMPLATE(http_get_test_timeout_with_options, client,
client_types) {
typename client::request request(
"http://cznic.dl.sourceforge.net/project/boost/boost/1.55.0/"
"boost_1_55_0.tar.bz2");
"http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-desktop-amd64.iso");
typename client::response response;
typename client::options options;
client client_(options.timeout(1));
Expand Down