springtestdbunit / spring-test-dbunit

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

Ignoring some columns in comparison #115

Closed apolit closed 8 years ago

apolit commented 8 years ago

Hello, Do you plan to provide the support for http://dbunit.sourceforge.net/howto.html#compareignorecolumns ? If not what are the implementation guidelines?

FingolfinTEK commented 8 years ago

Hi @apolit, you can just leave out those columns from the expected dataset.

apolit commented 8 years ago

Thanks!