Type |
Changes |
By |
|
Annotation "dataseType" added in 2.2.1 was respected for flatxml import. |
fgiust |
Type |
Changes |
By |
|
Added support for flat xml format. |
fgiust |
|
Updated slf4j dependencies. |
fgiust |
|
Updated dbunit version to 2.4.4 |
fgiust |
|
Added support for setting DbUnit features and properties through the "features" and
"properties" attributes in DbUnitExecution. |
fgiust |
Type |
Changes |
By |
|
Detection of ms sqlserver databases and automatic disabling of identities (switch
from CleanInsertOperation to MsSqlIndentityCleanInsertOperation and from InsertOperation to
IndentityCleanInsertOperation). |
fgiust |
Type |
Changes |
By |
|
Legacy base test classes (DbUnitTestCase, GenericsDbUnitTestCase) have been
dropped. Stick with 2.0.x if you are still use them or upgrade to 2.1 for a forced migration |
fgiust |
|
Updated spring, slf4j and commons-lang dependencies |
fgiust |
|
excludedTables in DbUnitExecution now defaults to "^BIN\\$(.*)", properly excluding
tables in oracle recycle bin. |
fgiust |
|
New option for DbUnitExection to specify the
DatabaseConfig.PROPERTY_DATATYPE_FACTORY added. |
fcarone |
Type |
Changes |
By |
|
it.openutils.testing.DateAssert is now thread safe. Failure messages have been
improved. |
fgiust |
Type |
Changes |
By |
|
New dbunit operation classes for mssql and mysql (extension of standard dbunit
operation, but refactored so that they can be used in annotations). See the javadocs in the
it.openutils.testing.dbunit package |
fgiust |
|
truncate operation now defaults to DbUnitOperation.DELETE_ALL instead of
DbUnitOperation.TRUNCATE. |
fgiust |
|
DbUnitUtils.exportDataset() doesn't close anymore the provided connection |
fgiust |
|
new DbUnitUtils.exportTablesToDir() utility method |
fgiust |
Type |
Changes |
By |
|
(junit version only).
it.openutils.testing.junit.AbstractDbUnitJunitSpringContextTests was totally broken due to the setup method
being protected. Fixed + added tests |
fgiust |
Type |
Changes |
By |
|
Totally reworked dbunit test framework. |
fgiust |