final fixes, with timeout

This commit is contained in:
Alexandre Konieczny
2019-04-25 10:01:45 +02:00
parent 2dfd141897
commit 3a9fe7c480
4 changed files with 30 additions and 11 deletions

View File

@ -231,7 +231,7 @@ namespace
return true;
}
}
/*
TEST_CASE("Websocket_client_close_default", "[close]")
{
SECTION("Make sure that close code and reason was used and sent to server.")
@ -289,7 +289,7 @@ TEST_CASE("Websocket_client_close_default", "[close]")
ix::reportWebSocketTraffic();
}
}
*/
TEST_CASE("Websocket_client_close_params_given", "[close]")
{
SECTION("Make sure that close code and reason was used and sent to server.")