mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Cnaged commandqueue to use an actually thread safe queue. Server now using String for setting backend.
This commit is contained in:
@@ -12,7 +12,7 @@ public class ServerTest {
|
||||
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
server = new Server(Server.ServerBackend.LOCAL, "127.0.0.1", "8080");
|
||||
server = new Server("LOCAL", "127.0.0.1", "8080");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user