From d9b69e25db57e250512d35c7b2d3019ce9f667ba Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 1 Sep 2014 12:26:09 -0700 Subject: [PATCH] Renamed the clusterconfig-test-cache.xml to clusterconfig-cache.xml to start a standard naming convention (-cache.xml) for native GemFire cache.xml files in the SDG codebase. --- .../{clusterconfig-test-cache.xml => clusterconfig-cache.xml} | 0 .../gemfire/cacheUsingClusterConfigurationIntegrationTest.xml | 2 +- .../gemfire/cacheUsingLocalOnlyConfigurationIntegrationTest.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/test/resources/{clusterconfig-test-cache.xml => clusterconfig-cache.xml} (100%) 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"/>