mirror of https://github.com/apache/activemq.git
Enable test for temporary topic creation now as the new client supports these using JMS mapping defined creation methods.
This commit is contained in:
parent
ebb3df7681
commit
197dcb162e
|
@ -1152,7 +1152,6 @@ public class JMSClientTest extends JMSClientTestSupport {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Legacy QPid client does not support creation of TemporaryTopics correctly")
|
|
||||||
@Test(timeout=30000)
|
@Test(timeout=30000)
|
||||||
public void testDeleteTemporaryTopic() throws Exception {
|
public void testDeleteTemporaryTopic() throws Exception {
|
||||||
ActiveMQAdmin.enableJMSFrameTracing();
|
ActiveMQAdmin.enableJMSFrameTracing();
|
||||||
|
|
Loading…
Reference in New Issue