Repository: activemq Updated Branches: refs/heads/master 499ced170 -> 5c5ced8e8
NO-JIRA enable test that was ingored for the old amqp-1.0 JMS client, now works with QPid JMS. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5c5ced8e Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5c5ced8e Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5c5ced8e Branch: refs/heads/master Commit: 5c5ced8e8754e4c0a1053a621e8f16c727dcd1a4 Parents: 499ced1 Author: Timothy Bish <[email protected]> Authored: Fri Oct 16 12:23:28 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Fri Oct 16 12:23:28 2015 -0400 ---------------------------------------------------------------------- .../java/org/apache/activemq/transport/amqp/JMSClientTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/5c5ced8e/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java ---------------------------------------------------------------------- diff --git a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java index 50b7e2e..e4b8d7a 100644 --- a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java +++ b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java @@ -57,7 +57,6 @@ import org.apache.activemq.broker.jmx.ConnectorViewMBean; import org.apache.activemq.broker.jmx.QueueViewMBean; import org.apache.activemq.transport.amqp.joram.ActiveMQAdmin; import org.apache.activemq.util.Wait; -import org.junit.Ignore; import org.junit.Test; import org.objectweb.jtests.jms.framework.TestConfig; import org.slf4j.Logger; @@ -1108,7 +1107,6 @@ public class JMSClientTest extends JMSClientTestSupport { } } - @Ignore("Legacy QPid client does not support creation of TemporaryTopics correctly") @Test(timeout=30000) public void testDeleteTemporaryQueue() throws Exception { ActiveMQAdmin.enableJMSFrameTracing();
