ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Wrong driver for HSQLDB #95

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

The HSQL driver is not defined correctly and causes warnings in the logs during the execution of tests:

WARN : com.zaxxer.hikari.util.DriverDataSource - Registered driver with driverClassName=org.hsqldb.jdbcDriver was not found, trying direct instantiation.

ppodgorsek commented 5 years ago

Fixed