You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/03/10 08:53:36 UTC

[camel] 01/02: Improved test

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

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

commit b96d7d1e03d9c2dfe3e319142299435d533f8460
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 10 09:52:20 2018 +0100

    Improved test
---
 .../java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java b/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java
index c604bef..44eda3d 100644
--- a/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java
+++ b/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java
@@ -36,7 +36,7 @@ public class ArtemisAmqpTest extends CamelBlueprintTestSupport {
     @Override
     protected String useOverridePropertiesWithConfigAdmin(Dictionary props) { 
         //obtain an available port
-        int port = AvailablePortFinder.getNextAvailable();
+        int port = AvailablePortFinder.getNextAvailable(8080);
 
         //override the netty port to use
         props.put("netty.port", "" + port);

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