springtestdbunit / spring-test-dbunit

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

Support XmlDataSet files #87

Closed jdavisonc closed 8 years ago

jdavisonc commented 9 years ago

SpringDBUnit supports only FlatXmlDataSet, with this class I enable SpringDBUnit to support XMLDataSet files.

To be able to use it is necessary to declare the annotation:

@DbUnitConfiguration(dataSetLoader = XMLDataSetLoader.class, databaseConnection = "dbUnitDatabaseConnection")
buildhive commented 9 years ago

springtestdbunit » spring-test-dbunit #71 FAILURE Looks like there's a problem with this pull request (what's this?)