summaryrefslogtreecommitdiff
path: root/qpid/java/010ExcludeList
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-01-14 13:05:45 +0000
committerAidan Skinner <aidan@apache.org>2009-01-14 13:05:45 +0000
commit45dd4acdb87e52a1078b771c116b339b2fe775bb (patch)
treeaf0ebea7a3bf1973d8a9729f77d7445fd7b49e24 /qpid/java/010ExcludeList
parent82e11b60852a7baa3272f4c31f848312ea274edb (diff)
downloadqpid-python-45dd4acdb87e52a1078b771c116b339b2fe775bb.tar.gz
QPID-1573: Change AMQQueueDeferredOrderingTest, ReturnUnroutableMandatoryMessageTest, DispatcherTest, PriorityTest and TimeToLiveTest to extend QpidTestCase
Add ReturnUnroutableMandatoryMessageTest, PriorityTest and TimeToLiveTest to the 010ExcludeList git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList')
-rw-r--r--qpid/java/010ExcludeList4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList
index 7512329220..c685f2dd6b 100644
--- a/qpid/java/010ExcludeList
+++ b/qpid/java/010ExcludeList
@@ -55,3 +55,7 @@ org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueS
org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#*
// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue.
org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
+// c++ broker doesn't support priorities, TTL or message bouncing
+org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#*
+org.apache.qpid.server.queue.PriorityTest#*
+org.apache.qpid.server.queue.TimeToLiveTest#*