springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
475 stars 238 forks source link

Multi data source test fixes #96

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi.

I tried to build project from master but 3 tests failed because previous changes with multi data source support broke some asserts. In tests concrete classes like DatabaseDataSourceConnection were compared with DatabaseConnections one which is holder for objects of DatabaseDataSourceConnection classes.

philwebb commented 8 years ago

Master seems to be building for me locally at the moment.

philwebb commented 8 years ago

OK, turns out not all tests were running during the command line build :/