Skip to content
Steve Barber edited this page Nov 23, 2013 · 1 revision

SbFit comes with database fixtures. The included test suite assumes that a JDBC-compatible database server is already running.

In order to run these tests successfully, configure ./sbd.sbconf to have a data-source called myDB that connects to your database server. (The pre72 branch also wants a data-source called sqlserver.)

The tests assume a table called hayden created with DDL that's approximately:

create table hayden (a int, b int, c double, d varchar(100), e varchar(100));

./README.txt has more information.

Clone this wiki locally