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

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

commit 0bfd72764284c5cdbf92187c398c0942afded893
Author: Dmitry Volodin <dmvo...@gmail.com>
AuthorDate: Thu Jun 7 00:34:19 2018 +0300

    CAMEL-11257: Fix TARGET_PORT in test
---
 .../test/java/org/apache/camel/component/as2/api/AS2MessageTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
 
b/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
index 48f6a4b..8ec8a54 100644
--- 
a/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
+++ 
b/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
@@ -197,7 +197,7 @@ public class AS2MessageTest {
         certList.add(signingCert);
         certList.add(issueCert);
 
-        testServer = new AS2ServerConnection(AS2_VERSION, "MyServer-HTTP/1.1", 
SERVER_FQDN, 8080,
+        testServer = new AS2ServerConnection(AS2_VERSION, "MyServer-HTTP/1.1", 
SERVER_FQDN, TARGET_PORT,
                 certList.toArray(new Certificate[0]), signingKP.getPrivate());
         testServer.listen("*", new HttpRequestHandler() {
             @Override

-- 
To stop receiving notification emails like this one, please contact
dmvo...@apache.org.

Reply via email to