Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
The rationale behind this is that (at least with Grails 2) the grails-test JAR is not included in the WAR file, which means loading fixtures within a WAR depoloyment fails. Since it seems to be just the one class that is required, I think it makes sense to just copy it and include it directly in the plugin. It doesn't make sense to have a JAR dependency for just one class.
Moving to build-test-data official issue repo on bitbucket (https://bitbucket.org/tednaleid/grails-test-data/issue/48/move-grailsmockerrors-into-buildtestdata). Should be fixed this weekend and released with a new version of the plugin. Thanks for the report.