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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user