GwtTestOnlineGlom: Test a little more.
authorMurray Cumming <murrayc@murrayc.com>
Sun, 1 Jan 2012 22:49:26 +0000 (23:49 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Sun, 1 Jan 2012 22:49:26 +0000 (23:49 +0100)
commit1697e2339ba8a4b9157a936fc2fd32cb491ec1be
tree65d7f3c38af3b7ed812c525c398098d8505dfe3a
parentcd84c25d55c3d535c86d44194272684434ff08df
GwtTestOnlineGlom: Test a little more.

* src/main/java/org/glom/web/client/OnlineGlom.java: Make the panels
protected rather than private, as suggested by the gwt-test-utils
maintianer here:
http://stackoverflow.com/questions/7931724/gwt-testcase-simulating-clicking-a-button-on-my-page
* src/test/java/org/glom/web/client/GwtTestOnlineGlom.java
Test the initial visibility of the panels.

However, this is not a very useful test.
And I wonder how we should generally test using this idea for an
activity/places app like ours where the real changes happen implicitly
based on the history token/URL.
ChangeLog
src/main/java/org/glom/web/client/OnlineGlom.java
src/test/java/org/glom/web/client/GwtTestOnlineGlom.java