From ec393473e6b0fc9203ab85bc63007e6bc72c3e5c Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Jul 2010 11:18:00 +0000 Subject: 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/qpid@960556 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/CPPExcludes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 321cb507e8..34764c912a 100755 --- a/java/test-profiles/CPPExcludes +++ b/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.* -- cgit v1.2.1