Adding test case for multiple rejoins.

This commit is contained in:
lotodore
2011-10-29 17:50:03 +00:00
parent 7798bd0f37
commit 63a6441908
4 changed files with 319 additions and 6 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ import org.junit.runners.Suite;
RunNormalGameTest.class,
BlockedPlayerTest.class,
RunRankingGameTest.class,
RejoinGameTest.class
RejoinGameTest.class,
RejoinMultiGameTest.class
})
public class AllTests {
public static void main(String[] args)