Skip to content

v1.1.0

Compare
Choose a tag to compare
@rmpestano rmpestano released this 04 Mar 22:38
· 895 commits to master since this release

Release notes

#19 ExportDataSet can not to establish connection
#21 ExpectedDataSet can not find lowercase named table in yaml format
#24 Merge global and user defined configuration
#25 Remove caseSensitiveTableNames from DBUnit config

Migration from 1.0.0 or below

If you use HSQLDB and declare your datasets table and column names in lowercase then you must change it to upper or use caseSensitiveTableNames DBUnit property. See discussion here and sample code here and here.