summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/JavaPre010Excludes
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2014-09-23 13:00:05 +0000
committerRobert Godfrey <rgodfrey@apache.org>2014-09-23 13:00:05 +0000
commitfbc287bd02a6bb91b709b798abfb859d8223fc43 (patch)
tree0632659ef806e8eace91234ba3e0dd3323a26a83 /qpid/java/test-profiles/JavaPre010Excludes
parent61f7f00e14a5ef25f01bac4a14611f9598540c80 (diff)
downloadqpid-python-fbc287bd02a6bb91b709b798abfb859d8223fc43.tar.gz
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
Diffstat (limited to 'qpid/java/test-profiles/JavaPre010Excludes')
-rw-r--r--qpid/java/test-profiles/JavaPre010Excludes2
1 files changed, 2 insertions, 0 deletions
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