springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
475 stars 238 forks source link

replace sequence Ids #29

Closed cachavezley closed 11 years ago

cachavezley commented 11 years ago

The ExpectedDatabase annotation now contains an attribute called "replaceSequenceIds" which, if true, is used the calculate the sequence values in an expected DataSet which looks like this

`

`

@see http://dbunit.wikidot.com/dbunitsupport

P.S. I use this modification because I'm working on an Oracle base and my tests don't work without it