mirror of https://github.com/apache/activemq.git
amqp - TopicConnectionTest.class test analyzed
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5207f02e6a
commit
aeffe6eecc
|
@ -71,6 +71,7 @@ public class JoramJmsTest extends TestCase {
|
|||
suite.addTestSuite(MessageTypeTest.class);
|
||||
// TODO: Fails due to: javax.jms.IllegalStateException: Cannot set client-id to "publisherConnection"; client-id must be set on connection creation
|
||||
suite.addTestSuite(TemporaryTopicTest.class);
|
||||
//TODO: Should work with qpid 0.19-SNAPSHOT when patch for https://issues.apache.org/jira/browse/QPID-4408 is applied
|
||||
suite.addTestSuite(TopicConnectionTest.class);
|
||||
suite.addTestSuite(TopicSessionTest.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue