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 | 5efcd04d4557a6902a3ba85aa5114b0f282937f5 (patch) | |
| tree | 78968a239c7971d203895ddc1c69a54b1b14ef76 /qpid/java/test-profiles/CPPExcludes | |
| parent | 7c27a4488fb09b2898c2a3a017f7e86c834abe28 (diff) | |
| download | qpid-python-5efcd04d4557a6902a3ba85aa5114b0f282937f5.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@904934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/CPPExcludes')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index cb72da2a88..ac2d7bb823 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/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 |
