diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:18:00 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-07-05 11:18:00 +0000 |
| commit | 0fbd1ad3e033332af64041ef5426f8b9522dfdbe (patch) | |
| tree | 81558e6cc57c13e94ae428d6e5b60a2055035c9a /qpid/java | |
| parent | fa09583bfa0b57e9d5949e3105bc7288fcaedb7c (diff) | |
| download | qpid-python-0fbd1ad3e033332af64041ef5426f8b9522dfdbe.tar.gz | |
QPID-1447 : Correct excludes for SCD Tests. Added to CPPExcludes as CPP broker doesn't have SCD also Java 0.10 profile will not pass due to issues with client exception handling see QPID-2657
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 321cb507e8..34764c912a 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -126,7 +126,13 @@ org.apache.qpid.server.queue.ConflationQueueTest#* org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection -org.apache.qpid.systest.SlowConsumerTest#* +// NOTE also excludes from the java.0.10 profile due to QPID-2657 +org.apache.qpid.systest.GlobalQueuesTest#* +org.apache.qpid.systest.GlobalTopicsTest#* +org.apache.qpid.systest.MergeConfigurationTest#* +org.apache.qpid.systest.SubscriptionTest#* +org.apache.qpid.systest.TopicTest#* + org.apache.qpid.server.virtualhost.plugin.* org.apache.qpid.server.virtualhost.plugin.policies.* |
