From 06e7b0c4bba27b5bed02132344ce45daebc2cb2a Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 14 Jan 2009 13:05:45 +0000 Subject: 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/qpid@734379 13f79535-47bb-0310-9956-ffa450edef68 --- java/010ExcludeList | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java/010ExcludeList') diff --git a/java/010ExcludeList b/java/010ExcludeList index 7512329220..c685f2dd6b 100644 --- a/java/010ExcludeList +++ b/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#* -- cgit v1.2.1