https://issues.apache.org/jira/browse/AMQ-5304 - re-enable the test as the fix should be fixed now; amqp version of the test is ignored until we have temp destinations work properly with amqp
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b66daf27 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b66daf27 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b66daf27 Branch: refs/heads/activemq-5.10.x Commit: b66daf2732437a48657d3805cc95857d8770aeb4 Parents: fe09b74 Author: Dejan Bosanac <[email protected]> Authored: Fri Aug 8 14:00:13 2014 +0200 Committer: Hadrian Zbarcea <[email protected]> Committed: Wed Dec 17 19:24:49 2014 -0500 ---------------------------------------------------------------------- .../activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java | 5 +++++ .../apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/b66daf27/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java index 9dc2328..5544314 100644 --- a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java +++ b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQAMQPBrokerFeatureTest.java @@ -59,4 +59,9 @@ public class ActiveMQAMQPBrokerFeatureTest extends ActiveMQBrokerFeatureTest { return connection; } + + @Override + public void testTemporaryDestinations() throws Throwable { + // ignore until we have temporary destination are working in amqp + } } http://git-wip-us.apache.org/repos/asf/activemq/blob/b66daf27/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java index 4c6e2a9..ede449e 100644 --- a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java +++ b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java @@ -72,7 +72,6 @@ public class ActiveMQBrokerFeatureTest extends AbstractJmsFeatureTest { } @Test - @Ignore public void testTemporaryDestinations() throws Throwable { Connection connection = getConnection(); Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
