mirror of https://github.com/apache/activemq.git
amqp - UnifiedSessionTest test analyzed
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ced33d2551
commit
67744f7398
|
@ -65,7 +65,7 @@ public class JoramJmsTest extends TestCase {
|
|||
suite.addTestSuite(MessageHeaderTest.class);
|
||||
// TODO: Fails due to JMS client setup browser before getEnumeration() gets called.
|
||||
suite.addTestSuite(QueueBrowserTest.class);
|
||||
// TODO: Fails due to JMS client impl error.
|
||||
// TODO: Should work with qpid 0.19-SNAPSHOT when patch for https://issues.apache.org/jira/browse/QPID-4409
|
||||
suite.addTestSuite(UnifiedSessionTest.class);
|
||||
// TODO: Fails due to inconsistent ObjectMessage mapping in the JMS client.
|
||||
suite.addTestSuite(MessageTypeTest.class);
|
||||
|
|
Loading…
Reference in New Issue