A test of some basic HsqldbLiaison behavior, which I added to test other

things, which ended up being infeasible. But I'll leave this test machinery
here as it may be useful in the future if we want to add more
com.samskivert.jdcb unit tests.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2880 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-09-10 23:48:48 +00:00
parent 87731adf48
commit 58f0b9a067
2 changed files with 111 additions and 0 deletions
+6
View File
@@ -75,6 +75,12 @@
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<!-- we include a few source files in our main jar for use by GWT -->