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 CreateRankingGameTest extends TestBase {
counter++;
Collection<Integer> l = new ArrayList<Integer>();
NetGameInfo gameInfo = createGameInfo(8, EndRaiseModeEnumType.EnumType.doubleBlinds, 0, 50, GuestUser + " create ranking game " + counter, l, 10, 0, 11, 10000);
sendMessage(createJoinGameRequestMsg(
sendMessage(createGameRequestMsg(
gameInfo,
NetGameTypeEnumType.EnumType.rankingGame,
20,