Adding websocket test to default unit tests.

This commit is contained in:
lotodore
2015-02-01 20:22:14 +01:00
parent a57c344b11
commit f04dac83c6
+2 -1
View File
@@ -41,7 +41,8 @@ import org.junit.runners.Suite;
RejoinGameTest.class, RejoinGameTest.class,
// RejoinMultiGameTest.class, // RejoinMultiGameTest.class,
SeatStateTest.class, SeatStateTest.class,
SpectatorJoinTest.class SpectatorJoinTest.class,
WebSocketTest.class
}) })
public class AllTests { public class AllTests {
public static void main(String[] args) public static void main(String[] args)