Fixing test cases.

This commit is contained in:
lotodore
2011-10-03 13:21:58 +00:00
parent b5b698ce44
commit 1e1de466b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public class GameListTest extends TestBase {
NetGameInfo receivedGameInfo = gameListNew.getGameInfo();
assertEquals(gameInfo.getDelayBetweenHands(), receivedGameInfo.getDelayBetweenHands());
assertEquals(gameInfo.getEndRaiseMode().getValue(), receivedGameInfo.getEndRaiseMode().getValue());
assertEquals(gameInfo.getEndRaiseSmallBlindValue(), receivedGameInfo.getEndRaiseSmallBlindValue());
assertEquals(gameInfo.getEndRaiseSmallBlindValue().getValue(), receivedGameInfo.getEndRaiseSmallBlindValue().getValue());
assertEquals(gameInfo.getFirstSmallBlind(), receivedGameInfo.getFirstSmallBlind());
assertEquals(gameInfo.getGameName(), receivedGameInfo.getGameName());
assertTrue(receivedGameInfo.getManualBlinds().isEmpty());