SelfHostExampleTest: Move some checks into a utility function.
authorMurray Cumming <murrayc@murrayc.com>
Wed, 28 Nov 2012 08:15:08 +0000 (09:15 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 28 Nov 2012 08:15:08 +0000 (09:15 +0100)
commit87ee7004127a621d525172d91ce6312f8cb36844
tree9adeeef1896a077834d45f585ce79c354c94e0a9
parentd7a4773a3bf55456da977bbc1ab3f1db7a0f9afe
SelfHostExampleTest: Move some checks into a utility function.

        * src/test/java/org/glom/web/server/SelfHostExampleTest.java:
        Move the data checks into a new file:
* src/test/java/org/glom/web/server/SelfHostTestUtils.java:
SelfHostTestUtils.java: so we can use it in some other
tests, with different documents.
ChangeLog
src/test/java/org/glom/web/server/SelfHostExampleTest.java