Added test for websocket leak (#225)

* Added test for websocket leak

* Fixed test
This commit is contained in:
marcelkauf
2020-07-09 19:19:44 +02:00
committed by GitHub
parent b21306376b
commit baf18648e9
2 changed files with 177 additions and 0 deletions

View File

@ -42,6 +42,7 @@ set (SOURCES
IXSocketTest.cpp
IXSocketConnectTest.cpp
IXWebSocketLeakTest.cpp
IXWebSocketServerTest.cpp
IXWebSocketTestConnectionDisconnection.cpp
IXUrlParserTest.cpp