The test sql::SqlServiceTest.test is failing on my machine due to missing mysql-connector jar in class path. Is this a MySQL-specific test, or could this be ported to use the built-in derby JDBC driver?
You should be able to set it up to use any JDBC driver: http://fandev.org/doc/docLib/Sql.html#testSetup
Login or Signup to reply.
qualidafial Mon 13 Jul 2009
The test sql::SqlServiceTest.test is failing on my machine due to missing mysql-connector jar in class path. Is this a MySQL-specific test, or could this be ported to use the built-in derby JDBC driver?
brian Tue 14 Jul 2009
You should be able to set it up to use any JDBC driver: http://fandev.org/doc/docLib/Sql.html#testSetup