Added a first unit test.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 30 Dec 2011 14:01:07 +0000 (15:01 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 30 Dec 2011 14:01:07 +0000 (15:01 +0100)
commitf482cb9b44fad6bc4a7cee5d03bf34751dea3527
tree2648a1c3d30c025893d9a758e7fb67bb440b1817
parent424543bfe7ff3bcfc6bb556e85db498e3c2f933e
Added a first unit test.

* pom.xml: Add a test goal, and a dependency on junit in that scope.
* src/test/java/org/glom/web/shared/DataItemTest.java:
This is a silly test but it is just to get things started. Note that
maven/junit finds the test because it looks in src/test by default.
ChangeLog
pom.xml
src/test/java/org/glom/web/shared/DataItemTest.java [new file with mode: 0644]