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:
Bosanac Dejan 2012-11-01 12:43:51 +00:00
parent 5207f02e6a
commit aeffe6eecc
1 changed files with 1 additions and 0 deletions

View File

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