diff options
| author | Keith Wall <kwall@apache.org> | 2011-10-06 18:36:38 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-10-06 18:36:38 +0000 |
| commit | a383c2e4f5acb3654ce8e927d7035752e75674e9 (patch) | |
| tree | 6fb9ca35944f0c3e37e794b7e8115a58f6e34961 /java/test-profiles | |
| parent | b60aee6f1f3e167fd42d343cd33235b07b5ffe6b (diff) | |
| download | qpid-python-a383c2e4f5acb3654ce8e927d7035752e75674e9.tar.gz | |
QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform the delete on the Broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1179754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/JavaPre010Excludes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/test-profiles/JavaPre010Excludes b/java/test-profiles/JavaPre010Excludes index c31add9224..ed6d2ff1ac 100644 --- a/java/test-profiles/JavaPre010Excludes +++ b/java/test-profiles/JavaPre010Excludes @@ -60,3 +60,8 @@ org.apache.qpid.test.client.queue.LVQTest#* // Verification of unique client id is 0-10 specific org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerificationForSameUser org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerificationForDifferentUsers + +// Under AMQP 0-8..0-9-1 temporary queues are deleted on consumer close, rather than connection close +// and for this reason this test would fail. +org.apache.qpid.test.unit.client.temporaryqueue.TemporaryQueueTest#testTemporaryQueueReused + |
