summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-11-21 08:17:35 +0000
committerKeith Wall <kwall@apache.org>2011-11-21 08:17:35 +0000
commitb9d3c7ab66711163a6494fab998bfbc6d483abbf (patch)
treef588b4f0989e0356d7129061e479928b8ebc33b0 /qpid/java
parent6e0368297f1faad241abdba36bf8ab15978120aa (diff)
downloadqpid-python-b9d3c7ab66711163a6494fab998bfbc6d483abbf.tar.gz
QPID-3622: exclude sorted queue tests from CPP Broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1204391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index eb1c153b20..f81ce1e5aa 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/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#*