helma/test
2009-09-15 14:48:28 +00:00
..
code Move test suite into module hierarchy 2009-09-14 20:08:17 +00:00
tests Add test for collection order 2009-09-15 14:48:28 +00:00
db.sql Move test suite into module hierarchy 2009-09-14 20:08:17 +00:00
README.txt Move test suite into module hierarchy 2009-09-14 20:08:17 +00:00

To run the tests, add something like this to your apps.properties file:

test
test.appdir = apps/test/code
test.repository.0 = apps/test/code
test.repository.1 = modules/jala/util/Test/code

And you need to have a MySQL JDBC driver in lib/ext, as well as create the database schema provided in db.sql.