NO-JIRA enable test that was ingored for the old amqp-1.0 JMS client,

now works with QPid JMS.
This commit is contained in:
Timothy Bish 2015-10-16 12:23:28 -04:00
parent 499ced1701
commit 5c5ced8e87
1 changed files with 0 additions and 2 deletions

View File

@ -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();