From a790ee8ff09b9bfd13a733359ab59c1fcbb3173a Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 21 Nov 2011 08:17:35 +0000 Subject: QPID-3622: exclude sorted queue tests from CPP Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1204391 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/CPPExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java') diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index eb1c153b20..f81ce1e5aa 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -57,6 +57,9 @@ org.apache.qpid.server.queue.AMQPriorityQueueTest#* // the 0-10 c++ broker does not implement the extended LVQ semantics which the Java Broker does org.apache.qpid.server.queue.ConflationQueueTest#* +// the 0-10 c++ broker does not implement sorted queues +org.apache.qpid.server.queue.SortedQueueTest#* + //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest#* -- cgit v1.2.1