mirror of https://github.com/apache/activemq.git
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:
parent
499ced1701
commit
5c5ced8e87
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue