Adding test to let a game run until the end.

This commit is contained in:
lotodore
2010-11-13 01:43:23 +00:00
parent 6a60ed0ba7
commit c583d19002
2 changed files with 94 additions and 2 deletions
@@ -36,11 +36,11 @@ public class StartNormalGameTest extends TestBase {
guestInit();
Collection<Integer> l = new ArrayList<Integer>();
NetGameInfo gameInfo = createGameInfo(5, EndRaiseModeEnumType.EnumType.doubleBlinds, 0, 100, GuestUser + " run normal game", l, 10, 0, 11, 20000);
NetGameInfo gameInfo = createGameInfo(10, EndRaiseModeEnumType.EnumType.doubleBlinds, 0, 100, GuestUser + " start normal game", l, 10, 0, 11, 20000);
sendMessage(createJoinGameRequestMsg(
gameInfo,
NetGameTypeEnumType.EnumType.normalGame,
5,
10,
7,
""));