From 6cb8c24c0e6b7fbc5ed68a7c6d4d7b26a601ae39 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Sun, 23 Sep 2018 19:00:04 -0400 Subject: [PATCH] Fix Gemfire tests for the proper `geode` XSD url https://build.spring.io/browse/INT-MASTERSPRING40-473/ --- .../gemfire/inbound/CqInboundChannelAdapterTests-context.xml | 2 +- .../inbound/GemfireInboundChannelAdapterTests-context.xml | 2 +- .../outbound/GemfireOutboundChannelAdapterTests-context.xml | 2 +- .../gemfire/util/AggregatorWithGemfireLocksTests-context.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests-context.xml b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests-context.xml index 1c2dba7515..b2989333ce 100644 --- a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests-context.xml +++ b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests-context.xml @@ -7,7 +7,7 @@ xmlns:int-gfe="http://www.springframework.org/schema/integration/gemfire" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/integration/gemfire http://www.springframework.org/schema/integration/gemfire/spring-integration-gemfire.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/gemfire/spring-geode.xsd + http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd diff --git a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/GemfireInboundChannelAdapterTests-context.xml b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/GemfireInboundChannelAdapterTests-context.xml index f0560c6970..6c2c9eb0b3 100644 --- a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/GemfireInboundChannelAdapterTests-context.xml +++ b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/GemfireInboundChannelAdapterTests-context.xml @@ -6,7 +6,7 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/gemfire http://www.springframework.org/schema/integration/gemfire/spring-integration-gemfire.xsd http://www.springframework.org/schema/geode - http://www.springframework.org/schema/gemfire/spring-geode.xsd + http://www.springframework.org/schema/geode/spring-geode.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/outbound/GemfireOutboundChannelAdapterTests-context.xml b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/outbound/GemfireOutboundChannelAdapterTests-context.xml index c91780b5da..214f840900 100644 --- a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/outbound/GemfireOutboundChannelAdapterTests-context.xml +++ b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/outbound/GemfireOutboundChannelAdapterTests-context.xml @@ -5,7 +5,7 @@ xmlns:int="http://www.springframework.org/schema/integration" xmlns:gfe="http://www.springframework.org/schema/geode" xsi:schemaLocation="http://www.springframework.org/schema/integration/gemfire http://www.springframework.org/schema/integration/gemfire/spring-integration-gemfire.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/gemfire/spring-geode.xsd + http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/util/AggregatorWithGemfireLocksTests-context.xml b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/util/AggregatorWithGemfireLocksTests-context.xml index 8f64d78850..5da3fce093 100644 --- a/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/util/AggregatorWithGemfireLocksTests-context.xml +++ b/spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/util/AggregatorWithGemfireLocksTests-context.xml @@ -4,7 +4,7 @@ xmlns:int="http://www.springframework.org/schema/integration" xmlns:gfe="http://www.springframework.org/schema/geode" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/geode http://www.springframework.org/schema/gemfire/spring-geode.xsd + http://www.springframework.org/schema/geode http://www.springframework.org/schema/geode/spring-geode.xsd http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd">