This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch test/expand-integration-test-coverage
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from d620b49ef5 Fix functional test failures in gorm and scaffolding-fields 
modules
     add 76df61405f test(cache): Add comprehensive @Cacheable tests to 
grails-test-examples

No new revisions were added by this update.

Summary of changes:
 .../com/demo/AdvancedCachingController.groovy      | 148 ++++++++++
 .../controllers/com/demo/UrlMappings.groovy        |  54 ++++
 .../com/demo/AdvancedCachingService.groovy         | 156 ++++++++++
 .../com/demo/AdvancedCachingIntegrationSpec.groovy | 323 +++++++++++++++++++++
 .../com/demo/AdvancedCachingServiceSpec.groovy     | 316 ++++++++++++++++++++
 5 files changed, 997 insertions(+)
 create mode 100644 
grails-test-examples/cache/grails-app/controllers/com/demo/AdvancedCachingController.groovy
 create mode 100644 
grails-test-examples/cache/grails-app/controllers/com/demo/UrlMappings.groovy
 create mode 100644 
grails-test-examples/cache/grails-app/services/com/demo/AdvancedCachingService.groovy
 create mode 100644 
grails-test-examples/cache/src/integration-test/groovy/com/demo/AdvancedCachingIntegrationSpec.groovy
 create mode 100644 
grails-test-examples/cache/src/test/groovy/com/demo/AdvancedCachingServiceSpec.groovy

Reply via email to