Subject Re: [Firebird-Java] Setting up local transactions with jboss and firebird?
Author Roman Rokytskyy
Sorry for answering so late, my mail rules put the message into wrong
folder.

> For running the unit tests on Jaybird is there a SQL script for setting up the test database somewhere. Currently I can't find it. I have created the database 'fbtest.fdb' with an alias but this does seem to be enough as I am still getting test failures.

No, test cases create the database before executing the test case and
should (not sure if they do) drop it at the end of it. The database is
created in client-java/output/db/ directory which is created
automatically by the ant scripts.

Roman