INT-2163 Remove Abstract from Test Case Name

Tests in files containing Abstract in their names are not run
by maven.
This commit is contained in:
Gary Russell
2011-10-02 11:37:34 -04:00
parent 96c8d98715
commit ef5e78d526

View File

@@ -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");