Details
Description
The testing plugin doesn't check the order-param on dynamic-finders when doing sorting.
This is very useful and I think it could be added easily. Just add the following lines to MockUtils.addDynamicFinders:
if (params['order']=='desc') {
result = result.reverse()
}
I attached the patch-file.
P.S.: This should be assigned to Peter and should be a subtask of GRAILS-787. Don't know how to handle this. Permissions ?
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Bulk closing bunch of resolved issues