Adding new test case to run a ranking game.

This commit is contained in:
lotodore
2010-11-14 01:10:24 +00:00
parent e69135f1e9
commit 7f91cd091d
6 changed files with 271 additions and 15 deletions
@@ -37,7 +37,7 @@ public class StartNormalGameTest extends TestBase {
Collection<Integer> l = new ArrayList<Integer>();
NetGameInfo gameInfo = createGameInfo(10, EndRaiseModeEnumType.EnumType.doubleBlinds, 0, 100, GuestUser + " start normal game", l, 10, 0, 11, 20000);
sendMessage(createJoinGameRequestMsg(
sendMessage(createGameRequestMsg(
gameInfo,
NetGameTypeEnumType.EnumType.normalGame,
10,