Run game test is now also run by default (although it takes about 10 minutes).

This commit is contained in:
lotodore
2010-11-13 12:44:40 +00:00
parent 39a235d020
commit e69135f1e9
+2 -1
View File
@@ -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)