Fix mvn gwt:test
authorMurray Cumming <murrayc@murrayc.com>
Sat, 5 May 2012 21:40:33 +0000 (23:40 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Sat, 5 May 2012 21:40:33 +0000 (23:40 +0200)
commit228a7650339be6b79e9ff06afe1cedef53e64a03
treed9b4b7baa3e9fb7dba5555fd352a9431c0e6c13f
parent11793fdfa121ba0b30c976118d60e733786458fa
Fix mvn gwt:test

* pom.xml: Use htmlunit mode for gwt:test, because the default demands
user-interaction, asking us to load a temporary URL in a browser.s
* src/main/java/org/glom/web/OnlineGlom.gwt.xml: Add a servlet node,
which is apparently necessary for testing the service. See the comment.
* src/test/java/org/glom/web/client/GwtTestOnlineGlomService.java:
Show the exception, if any. This is how I saw the 404 in the HTML in
the exception.
ChangeLog
pom.xml
src/main/java/org/glom/web/OnlineGlom.gwt.xml
src/test/java/org/glom/web/client/GwtTestOnlineGlomService.java