You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2019/09/20 02:04:09 UTC

[nifi] branch master updated: NIFI-5816 converting test to integration test as it is test environment specific

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 13381c2  NIFI-5816 converting test to integration test as it is test environment specific
13381c2 is described below

commit 13381c225439709bd054f560228ba3158f1c2755
Author: Joe Witt <jo...@apache.org>
AuthorDate: Thu Sep 19 21:46:06 2019 -0400

    NIFI-5816 converting test to integration test as it is test environment specific
---
 ...WithSSHTestServer.java => ITestSFTPTransferWithSSHTestServer.java} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransferWithSSHTestServer.java b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/ITestSFTPTransferWithSSHTestServer.java
similarity index 99%
rename from nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransferWithSSHTestServer.java
rename to nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/ITestSFTPTransferWithSSHTestServer.java
index d5fdf29..17a3cda 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransferWithSSHTestServer.java
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/ITestSFTPTransferWithSSHTestServer.java
@@ -58,9 +58,9 @@ import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
 
-public class TestSFTPTransferWithSSHTestServer {
+public class ITestSFTPTransferWithSSHTestServer {
 
-    private static final Logger LOGGER = LoggerFactory.getLogger(TestSFTPTransferWithSSHTestServer.class);
+    private static final Logger LOGGER = LoggerFactory.getLogger(ITestSFTPTransferWithSSHTestServer.class);
 
     private static final String SFTP_ROOT_DIR = "target/test-sftp-transfer-vfs";