diff --git a/src/test/resources/clusterconfig-test-cache.xml b/src/test/resources/clusterconfig-cache.xml similarity index 100% rename from src/test/resources/clusterconfig-test-cache.xml rename to src/test/resources/clusterconfig-cache.xml diff --git a/src/test/resources/org/springframework/data/gemfire/cacheUsingClusterConfigurationIntegrationTest.xml b/src/test/resources/org/springframework/data/gemfire/cacheUsingClusterConfigurationIntegrationTest.xml index 326689e0..cfa051cf 100644 --- a/src/test/resources/org/springframework/data/gemfire/cacheUsingClusterConfigurationIntegrationTest.xml +++ b/src/test/resources/org/springframework/data/gemfire/cacheUsingClusterConfigurationIntegrationTest.xml @@ -17,7 +17,7 @@ + use-cluster-configuration="true" cache-xml-location="/clusterconfig-cache.xml" lazy-init="false"/> diff --git a/src/test/resources/org/springframework/data/gemfire/cacheUsingLocalOnlyConfigurationIntegrationTest.xml b/src/test/resources/org/springframework/data/gemfire/cacheUsingLocalOnlyConfigurationIntegrationTest.xml index 69d42189..9c839ccb 100644 --- a/src/test/resources/org/springframework/data/gemfire/cacheUsingLocalOnlyConfigurationIntegrationTest.xml +++ b/src/test/resources/org/springframework/data/gemfire/cacheUsingLocalOnlyConfigurationIntegrationTest.xml @@ -17,7 +17,7 @@ + use-cluster-configuration="false" cache-xml-location="/clusterconfig-cache.xml" lazy-init="false"/>