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 | 4ee4c8776c48bdc0a2bd1c2e34e71bf3a63e33cd (patch) | |
| tree | 8f5a5c8e728615f6442f9e317518817f15a3ee74 /java/test-profiles | |
| parent | 907330f70818a437f7a0723743ab98b355d80d67 (diff) | |
| download | qpid-python-4ee4c8776c48bdc0a2bd1c2e34e71bf3a63e33cd.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/qpid@1207029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index da702f96cf..eb130b27b7 100755 --- a/java/test-profiles/CPPExcludes +++ b/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#* |
