From e69135f1e9844317187e6e4f93e5597965466b9d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 13 Nov 2010 12:44:40 +0000 Subject: [PATCH] Run game test is now also run by default (although it takes about 10 minutes). --- tests/src/pokerth_test/AllTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/pokerth_test/AllTests.java b/tests/src/pokerth_test/AllTests.java index 121ef8b1..f05f4e0a 100644 --- a/tests/src/pokerth_test/AllTests.java +++ b/tests/src/pokerth_test/AllTests.java @@ -28,7 +28,8 @@ import org.junit.runners.Suite; AuthLoginTest.class, CreateGameTest.class, CreateRankingGameTest.class, - StartNormalGameTest.class + StartNormalGameTest.class, + RunNormalGameTest.class }) public class AllTests { public static void main(String[] args)