Adding new seat state test case.

This commit is contained in:
lotodore
2012-01-01 12:04:25 +00:00
parent ae7a177d72
commit 672d202697
3 changed files with 156 additions and 2 deletions
@@ -323,7 +323,7 @@ public class RejoinMultiGameTest extends TestBase {
long idgame = gameResult.getLong(1);
// Check database entries for the players in the game.
// There should be exactly 10 entries, just as
// There should be exactly 10 entries, just as usual.
ResultSet gamePlayerResult = dbStatement.executeQuery("SELECT COUNT(*) FROM game_has_player WHERE game_idgame = " + idgame);
gamePlayerResult.first();
assertEquals(10, gamePlayerResult.getLong(1));