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:
Bosanac Dejan 2012-11-02 14:42:07 +00:00
parent ced33d2551
commit 67744f7398
1 changed files with 1 additions and 1 deletions

View File

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