From ef5e78d526952c191e7d1492896edf887e266148 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sun, 2 Oct 2011 11:37:34 -0400 Subject: [PATCH] INT-2163 Remove Abstract from Test Case Name Tests in files containing Abstract in their names are not run by maven. --- ...undGatewayTests.java => RemoteFileOutboundGatewayTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/{AbstractRemoteFileOutboundGatewayTests.java => RemoteFileOutboundGatewayTests.java} (99%) diff --git a/spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/AbstractRemoteFileOutboundGatewayTests.java b/spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/RemoteFileOutboundGatewayTests.java similarity index 99% rename from spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/AbstractRemoteFileOutboundGatewayTests.java rename to spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/RemoteFileOutboundGatewayTests.java index 5aa73cae0a..f38bec6393 100644 --- a/spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/AbstractRemoteFileOutboundGatewayTests.java +++ b/spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/RemoteFileOutboundGatewayTests.java @@ -47,7 +47,7 @@ import org.springframework.integration.message.GenericMessage; * @since 2.1 * */ -public class AbstractRemoteFileOutboundGatewayTests { +public class RemoteFileOutboundGatewayTests { private String tmpDir = System.getProperty("java.io.tmpdir");