bmatthews68 / inmemdb-maven-plugin

A Maven 3 plug-in that can be used to launch an in-memory database for use in integration tests. Apache Derby and HSQLDB are both supported.
http://inmemdb-maven-plugin.btmatthews.com
Apache License 2.0
15 stars 7 forks source link

Add support for loading from DBUnit flat XML #3

Closed bmatthews68 closed 13 years ago

bmatthews68 commented 13 years ago

Modify DBUnitXMLLoader to determine if the schema is matches the verbose XML format. Create DBUnitFlatXMLLoader to load the flat XML format files which will have the same .dbunit.xml as the verbose XML format. Add DBIUnitFlatXMLLoader to the loaders.