From c7fda5a9603861e85b35c455edc3843432b60e0f Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 14 Dec 2013 09:31:04 -0600 Subject: [PATCH] remove debug output from test --- test/transport/integration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transport/integration.cpp b/test/transport/integration.cpp index 05ba672c81..d8ebcce331 100644 --- a/test/transport/integration.cpp +++ b/test/transport/integration.cpp @@ -496,5 +496,5 @@ BOOST_AUTO_TEST_CASE( client_is_perpetual ) { BOOST_AUTO_TEST_CASE( client_failed_connection ) { client c; - run_time_limited_client(c,"http://localhost:9005", 5, true); + run_time_limited_client(c,"http://localhost:9005", 5, false); } \ No newline at end of file