webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java
changeset 100 8b899ed24f9f
parent 82 9ac7acee7d9f
child 114 ed560bfe37f0
     1.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java	Sun Sep 13 16:48:54 2009 +0200
     1.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/GamesTest.java	Sat Sep 19 14:38:29 2009 +0200
     1.3 @@ -82,7 +82,7 @@
     1.4          Thread.sleep(1000);
     1.5  
     1.6          Games games = new Games(dir, new Quoridor());
     1.7 -        Game g = games.getBoardInfo("x");
     1.8 +        Game g = games.getBoardInfo("x", -1);
     1.9          assertNotNull("Game found", g);
    1.10          assertNotNull("Board found", g.getBoard());
    1.11          assertEquals("List of moves has two", 2, g.getMoves().size());