From f04dac83c69f05aa66928197ead868638cc94cdc Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 1 Feb 2015 20:22:14 +0100 Subject: [PATCH] Adding websocket test to default unit tests. --- tests/src/de/pokerth/test/AllTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/de/pokerth/test/AllTests.java b/tests/src/de/pokerth/test/AllTests.java index a458ce71..372616ce 100644 --- a/tests/src/de/pokerth/test/AllTests.java +++ b/tests/src/de/pokerth/test/AllTests.java @@ -41,7 +41,8 @@ import org.junit.runners.Suite; RejoinGameTest.class, // RejoinMultiGameTest.class, SeatStateTest.class, - SpectatorJoinTest.class + SpectatorJoinTest.class, + WebSocketTest.class }) public class AllTests { public static void main(String[] args)