| 76 | } |
| 77 | |
| 78 | void ODClientTest::disconnect(bool keepReplay) |
| 79 | { |
| 80 | ODSocketClient::disconnect(keepReplay); |
| 81 | |
| 82 | // We wait for the server to terminate so that if a server is launched after this one, it doesn't collapse |
| 83 | sf::sleep(sf::milliseconds(5000)); |
| 84 | } |
| 85 | |
| 86 | bool ODClientTest::processMessage(ServerNotificationType cmd, ODPacket& packetReceived) |
| 87 | { |
no outgoing calls
no test coverage detected