From fbc287bd02a6bb91b709b798abfb859d8223fc43 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Tue, 23 Sep 2014 13:00:05 +0000 Subject: QPID-3678 : [Java Client] Add support for setting link capacity to zero in ADDR addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1626995 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPre010Excludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles/JavaPre010Excludes') diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index e89753bef3..df8cb1bab9 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/java/test-profiles/JavaPre010Excludes @@ -30,6 +30,8 @@ org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMo //QPID-3392: the Java broker does not yet implement exchange creation arguments org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithArgs org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testSessionCreateTopicWithExchangeArgs +//QPID-3678: zero capacity not supported in 0-9-1 +org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testZeroCapacityForSynchronousReceive //QPID-6037: the 0-9-1 client takes the view that if you don't specify the node type but you ask for a JMS Topic // you want a topic behaviour. The 0-10 client thinks you must want a queue. org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testJMSTopicIsTreatedAsQueueIn0_10 -- cgit v1.2.1