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 38a7023387 refactor(test-examples): Make bindParams class-level in all
controllers
add 745aa1c76e test(integration): Add comprehensive tests for datasources,
external config, and plugins
No new revisions were added by this update.
Summary of changes:
.../CrossDatasourceTransactionSpec.groovy | 284 ++++++++++++++++
.../functionaltests/DatasourceSwitchingSpec.groovy | 370 +++++++++++++++++++++
.../functionaltests/MultipleDataSourcesSpec.groovy | 13 +-
.../test/app/ConfigurationPrioritySpec.groovy | 249 ++++++++++++++
.../test/app/EnvironmentConfigurationSpec.groovy | 223 +++++++++++++
grails-test-examples/plugins/exploded/build.gradle | 3 +
.../groovy/exploded/PluginDependencySpec.groovy | 223 +++++++++++++
.../plugins/loadfirst/build.gradle | 3 +
.../groovy/loadfirst/PluginLifecycleSpec.groovy | 236 +++++++++++++
.../plugins/loadsecond/build.gradle | 3 +
.../groovy/loadsecond/PluginLoadOrderSpec.groovy | 222 +++++++++++++
11 files changed, 1826 insertions(+), 3 deletions(-)
create mode 100644
grails-test-examples/datasources/src/integration-test/groovy/functionaltests/CrossDatasourceTransactionSpec.groovy
create mode 100644
grails-test-examples/datasources/src/integration-test/groovy/functionaltests/DatasourceSwitchingSpec.groovy
create mode 100644
grails-test-examples/external-configuration/src/integration-test/groovy/test/app/ConfigurationPrioritySpec.groovy
create mode 100644
grails-test-examples/external-configuration/src/integration-test/groovy/test/app/EnvironmentConfigurationSpec.groovy
create mode 100644
grails-test-examples/plugins/exploded/src/integration-test/groovy/exploded/PluginDependencySpec.groovy
create mode 100644
grails-test-examples/plugins/loadfirst/src/integration-test/groovy/loadfirst/PluginLifecycleSpec.groovy
create mode 100644
grails-test-examples/plugins/loadsecond/src/integration-test/groovy/loadsecond/PluginLoadOrderSpec.groovy