You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/12/09 00:56:27 UTC

[4/4] activemq-artemis git commit: Fix ArtemisTest

Fix ArtemisTest


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fd535254
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fd535254
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fd535254

Branch: refs/heads/ARTEMIS-780
Commit: fd53525430bc39848e13fd93dbc9f055626fc623
Parents: 70704f7
Author: jbertram <jb...@apache.com>
Authored: Thu Dec 8 18:55:50 2016 -0600
Committer: jbertram <jb...@apache.com>
Committed: Thu Dec 8 18:55:50 2016 -0600

----------------------------------------------------------------------
 .../src/test/java/org/apache/activemq/cli/test/ArtemisTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fd535254/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java
index 85d194a..af5aaae 100644
--- a/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java
+++ b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java
@@ -621,7 +621,7 @@ public class ArtemisTest {
 
       // This is usually set when run from the command line via artemis.profile
       Run.setEmbedded(true);
-      Artemis.main("create", instanceFolder.getAbsolutePath(), "--force", "--silent", "--no-web", "--queues", queues, "--topics", topics, "--no-autotune", "--require-login", "--ping", "127.0.0.1");
+      Artemis.main("create", instanceFolder.getAbsolutePath(), "--force", "--silent", "--no-web", "--queues", queues, "--addresses", topics, "--no-autotune", "--require-login", "--ping", "127.0.0.1");
       System.setProperty("artemis.instance", instanceFolder.getAbsolutePath());
 
       FileConfiguration fc = new FileConfiguration();