-
Feature Request
-
Resolution: Done
-
Major
-
persistence_1.0.0.Alpha5
When using Generated ID's in your database, such as UUID's, the rows need to be sorted in order for the DbUnit comparison to pass. If they are not ordered, then the assertion is Unreliable. (http://www.dbunit.org/howto.html#roworder)
Persistence should provide a mechanism to enable Row Ordering when comparing Datasets with Generated ID's.