remove debug output from test

This commit is contained in:
Peter Thorson
2013-12-14 09:31:04 -06:00
parent 6d4514246f
commit c7fda5a960

View File

@@ -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);
}