Change protocol implementation
This commit is contained in:
committed by
Mathis Ginkel
parent
e533262c38
commit
892f0553f6
@@ -25,6 +25,7 @@ public class ClientServiceTest {
|
||||
public void tearDown() {
|
||||
serverThread.interrupt();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testClientService() throws ExecutionException, InterruptedException {
|
||||
ClientService client = new ClientService("localhost", 5000);
|
||||
|
||||
Reference in New Issue
Block a user