Skip to content

Commit

Permalink
changed test db to a in memory hsqldb instead of a file db
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Jun 5, 2013
1 parent 0ad774b commit 6ea778d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
destroy-method="close">
<property name="driverClassName" value="org.hsqldb.jdbcDriver" />
<property name="url"
value="jdbc:hsqldb:file:target/fixity-results.db;shutdown=true" />
value="jdbc:hsqldb:mem:fixityHsqlDB" />
<property name="username" value="sa" />
<property name="password" value="" />
</bean>
Expand Down

0 comments on commit 6ea778d

Please sign in to comment.