Updating test files for new protocol version.

This commit is contained in:
lotodore
2011-02-06 15:00:36 +00:00
parent bfacc2323d
commit cf0d7e8167
8 changed files with 35 additions and 10 deletions
@@ -95,7 +95,8 @@ public class RunRankingGameTest extends TestBase {
NetGameTypeEnumType.EnumType.rankingGame,
5,
7,
""));
"",
false));
PokerTHMessage msg;
@@ -134,7 +135,7 @@ public class RunRankingGameTest extends TestBase {
String username = "test" + (i+1);
String password = username;
playerId[i] = userInit(s[i], username, password);
sendMessage(joinGameRequestMsg(gameId, ""), s[i]);
sendMessage(joinGameRequestMsg(gameId, "", false), s[i]);
do {
msg = receiveMessage(s[i]);
failOnErrorMessage(msg);