Fixing FTP Source tests
This commit is contained in:
@@ -55,7 +55,7 @@ public class FtpSourceTests extends FtpTestSupport {
|
||||
|
||||
@Test
|
||||
public void testFtpource() {
|
||||
Message<byte[]> message = output.receive(10000);
|
||||
Message<byte[]> message = output.receive(10000, "ftpSupplier-out-0");
|
||||
assertThat(new File(new String(message.getPayload()).replaceAll("\"", ""))).isEqualTo(
|
||||
new File(this.config.getLocalDir(), "ftpSource1.txt"));
|
||||
message = output.receive(10000, "ftpSupplier-out-0");
|
||||
|
||||
Reference in New Issue
Block a user