uncomment test

This commit is contained in:
dimon4eg 2019-05-11 19:28:44 +03:00
parent e24cedb1b6
commit 27df86ee8f

View File

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