Test needs to be updated to recent bundle change
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 12 Sep 2009 10:02:07 +0200
changeset 811174c9dcab41
parent 80 e03f660f0e0a
child 82 9ac7acee7d9f
Test needs to be updated to recent bundle change
freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java
     1.1 --- a/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Sat Sep 12 09:11:13 2009 +0200
     1.2 +++ b/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Sat Sep 12 10:02:07 2009 +0200
     1.3 @@ -139,7 +139,7 @@
     1.4              post(ClientResponse.class, formData);
     1.5          final String res = response.getEntity(String.class);
     1.6          assertEquals("OK", ClientResponse.Status.OK, response.getClientResponseStatus());
     1.7 -        if (res.indexOf("You are logged as test") == -1) {
     1.8 +        if (res.indexOf("You are logged in as test") == -1) {
     1.9              fail("res: " + res);
    1.10          }
    1.11      }