mirror of https://github.com/apache/activemq.git
amqp - TemporaryTopicTest analyzed
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aeffe6eecc
commit
3656a3f378
|
@ -55,7 +55,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.qpid</groupId>
|
||||
<artifactId>qpid-amqp-1-0-client-jms</artifactId>
|
||||
<version>0.18</version>
|
||||
<version>0.19-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -69,9 +69,9 @@ public class JoramJmsTest extends TestCase {
|
|||
suite.addTestSuite(UnifiedSessionTest.class);
|
||||
// TODO: Fails due to inconsistent ObjectMessage mapping in the JMS client.
|
||||
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
|
||||
//TODO: Should work with qpid 0.19-SNAPSHOT
|
||||
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
|
||||
// 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