diff options
| author | Keith Wall <kwall@apache.org> | 2011-11-28 09:19:15 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-11-28 09:19:15 +0000 |
| commit | 34b8e275d9bf816ee35534981a3b5afbf905651a (patch) | |
| tree | a784c3ae5ae0608a519f332554f1bee5253c9375 /qpid/java/test-profiles | |
| parent | 1c1293b15d9a4475c3e8dadf5d67f027bd64001b (diff) | |
| download | qpid-python-34b8e275d9bf816ee35534981a3b5afbf905651a.tar.gz | |
QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 paths, fixes isBound methods on FanoutExchange
Applied patch from Keith Wall <keith.wall@gmail.com>, Andrew MacBean <andymacbean@gmail.com> and Oleksandr Rudyy<orudyy@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1207029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index da702f96cf..eb130b27b7 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -57,6 +57,9 @@ org.apache.qpid.server.queue.ConflationQueueTest#* // the 0-10 c++ broker does not implement sorted queues org.apache.qpid.server.queue.SortedQueueTest#* +// the 0-10 c++ broker does not implement DLQ +org.apache.qpid.test.unit.client.MaxDeliveryCountTest#* + //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest#* |
