fingo / grails-hibernate-filter

http://grails.org/plugin/hibernate-filter
Apache License 2.0
0 stars 3 forks source link

Import tests from Grails 2.X version of plugin #5

Open ghost opened 8 years ago

ghost commented 8 years ago

I'm a maintainer of the Grails 2 version of this plugin. I recently fixed some very severe bugs and added new integration tests to prevent regressions.

The Grails 2.X version of the plugin is also running against Hibernate 4, so you should be able to copy-paste these integration tests to your project too (you'll also need to add the domain classes they use).

If these integration tests uncover bugs then I can probably point you towards a fix, because they all pass when run against the Grails 2 plugin.

piotrchowaniec commented 8 years ago

Thank you for the info. I'll try to add these tests into this project.