From d0f6684c6a2be11ea11795b0a35ef6a03382a7ea Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 10 Oct 2008 19:57:52 +0000 Subject: [PATCH] Moving tests to match the package of the classes under test. --- .../{gateway/config => config/xml}/GatewayParserTests.java | 2 +- .../{gateway/config => config/xml}/gatewayParserTests.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename org.springframework.integration/src/test/java/org/springframework/integration/{gateway/config => config/xml}/GatewayParserTests.java (98%) rename org.springframework.integration/src/test/java/org/springframework/integration/{gateway/config => config/xml}/gatewayParserTests.xml (100%) diff --git a/org.springframework.integration/src/test/java/org/springframework/integration/gateway/config/GatewayParserTests.java b/org.springframework.integration/src/test/java/org/springframework/integration/config/xml/GatewayParserTests.java similarity index 98% rename from org.springframework.integration/src/test/java/org/springframework/integration/gateway/config/GatewayParserTests.java rename to org.springframework.integration/src/test/java/org/springframework/integration/config/xml/GatewayParserTests.java index 4301e7b885..41b504ed5d 100644 --- a/org.springframework.integration/src/test/java/org/springframework/integration/gateway/config/GatewayParserTests.java +++ b/org.springframework.integration/src/test/java/org/springframework/integration/config/xml/GatewayParserTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.integration.gateway.config; +package org.springframework.integration.config.xml; import static org.junit.Assert.assertEquals; diff --git a/org.springframework.integration/src/test/java/org/springframework/integration/gateway/config/gatewayParserTests.xml b/org.springframework.integration/src/test/java/org/springframework/integration/config/xml/gatewayParserTests.xml similarity index 100% rename from org.springframework.integration/src/test/java/org/springframework/integration/gateway/config/gatewayParserTests.xml rename to org.springframework.integration/src/test/java/org/springframework/integration/config/xml/gatewayParserTests.xml