diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2010-01-31 00:31:49 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2010-01-31 00:31:49 +0000 |
| commit | 2b8bb96fca71909d1dc185e1f62ee5fdaad02abd (patch) | |
| tree | 919f0119bd3d23d97b497c5fa486121d4b5e286d /java/test-profiles | |
| parent | f038a9ea62f563979678c2f1251d1eda82f1f20f (diff) | |
| download | qpid-python-2b8bb96fca71909d1dc185e1f62ee5fdaad02abd.tar.gz | |
QPID-2379 : Initial work on adding QMF and federation to the Java Broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index cb72da2a88..ac2d7bb823 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -34,6 +34,9 @@ org.apache.qpid.test.unit.xa.FaultTest#testForget // the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation org.apache.qpid.server.queue.PriorityTest +// the 0-10 c++ broker does not implement the extended LVQ semantics which the Java Broker does +org.apache.qpid.server.queue.ConflationQueueTest + //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest |
