mjeanroy / dbunit-plus

DbUnit extention (provide simple integration with JUnit, Spring and Liquibase).
16 stars 7 forks source link

@DbUnitTearDown doesn't cleanup correctly #3

Closed jnthas closed 2 years ago

jnthas commented 8 years ago

Unfortunately I had to change the library by spring-test-dbunit because the records were not being deleted using DbUnitTearDown. I will simulate this case again and post here more details.

mjeanroy commented 7 years ago

@jnthas That's weird, what annotations did you use?