mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-03-11 15:58:08 +01:00
DroidFishTest: Compilation fix.
This commit is contained in:
parent
3c9f4a676c
commit
48f70b3eed
@ -140,7 +140,7 @@ public class GameTest extends TestCase {
|
||||
game.setPos(TextIO.readFEN(fen));
|
||||
game.processString("draw 50 Nc3");
|
||||
assertEquals(Game.GameState.DRAW_50, game.getGameState()); // Draw claim valid
|
||||
assertEquals("Game over, draw by 50 move rule! [Nc3]", game.getGameStateString());
|
||||
assertEquals("Nc3", game.getDrawInfo());
|
||||
|
||||
game.setPos(TextIO.readFEN(fen));
|
||||
game.processString("draw 50 a6");
|
||||
|
Loading…
x
Reference in New Issue
Block a user