webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java
changeset 41 c94f68ddef59
parent 39 6b889f2717e9
child 46 71e4cf307c93
     1.1 --- a/webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java	Wed Jul 29 18:48:04 2009 +0200
     1.2 +++ b/webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java	Tue Aug 11 14:26:49 2009 +0200
     1.3 @@ -90,6 +90,7 @@
     1.4      }
     1.5  
     1.6      @Test public void testCreateAGame() throws Exception {
     1.7 +        webResource = webResource.path("api");
     1.8          Game s = webResource.path("games").queryParam("white", "Jarda")
     1.9                  .queryParam("black", "Jirka").post(Game.class);
    1.10