|
|
|
I reworked the expected data set behavior. It now gives much clearer error messages.
Some other things were also solved: for more info see http://jira.unitils.org/browse/UNI-123 Example output: java.lang.AssertionError: Assertion failed. Differences found between the expected data set and actual database content. Found differences for table PUBLIC.TEST: Different row: pk, column1, column2 "1", "value1", "xxxx" Best matching differences: column2: "xxxx" <-> "value2" Actual database content: PUBLIC.TEST COLUMN1, COLUMN2 "value1", "value2" "value2", "value3" Other example output: java.lang.AssertionError: Assertion failed. Differences found between the expected data set and actual database content. Expected table to be empty but found rows for table PUBLIC.TEST Actual database content: PUBLIC.TEST COLUMN1, COLUMN2 "value1", "value2" "value2", "value3" |
|||||||||||||||||||||||||||||||||||||||
Thanks,
Denis