helma/test
2009-09-18 19:09:52 +00:00
..
code More tests and some fixes 2009-09-18 19:09:52 +00:00
tests More tests and some fixes 2009-09-18 19:09:52 +00:00
db-mysql.sql Add test for generic collections 2009-09-18 11:58:28 +00:00
db-oracle.sql Add db support for PostgreSQL and Oracle. 2009-09-15 15:41:24 +00:00
db-postgresql.sql Add db support for PostgreSQL and Oracle. 2009-09-15 15:41:24 +00:00
README.txt Add db support for PostgreSQL and Oracle. 2009-09-15 15:41:24 +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 JDBC driver for your database in lib/ext,
as well as create the database schema provided in one of the
db-<product>.sql files.