From 5eb23c976432bd25ec28425a1608a8bc58c90cee Mon Sep 17 00:00:00 2001 From: dimon4eg Date: Sat, 11 May 2019 19:28:44 +0300 Subject: [PATCH] uncomment test --- test/IXWebSocketTestConnectionDisconnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/IXWebSocketTestConnectionDisconnection.cpp b/test/IXWebSocketTestConnectionDisconnection.cpp index af7a0ad0..55d5c37a 100644 --- a/test/IXWebSocketTestConnectionDisconnection.cpp +++ b/test/IXWebSocketTestConnectionDisconnection.cpp @@ -132,7 +132,7 @@ TEST_CASE("websocket_connections", "[websocket]") } } - /*SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect") + SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect") { IXWebSocketTestConnectionDisconnection chatA; for (int i = 0; i < 20; ++i) @@ -142,5 +142,5 @@ TEST_CASE("websocket_connections", "[websocket]") ix::msleep(i*50); chatA.stop(); } - }*/ + } }