summaryrefslogtreecommitdiff
path: root/java/test-profiles/JavaExcludes
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2011-08-02 15:28:19 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2011-08-02 15:28:19 +0000
commit0162322d42698aa2c7b99a82c55a16fcccee38c8 (patch)
tree9c61f1c316c3eb71daa3520f243d1f8776a0807f /java/test-profiles/JavaExcludes
parent91a104cfe511c4448a6aaaed6308632d912e9594 (diff)
downloadqpid-python-0162322d42698aa2c7b99a82c55a16fcccee38c8.tar.gz
QPID-3263 Applying patch from Weston Price with the following modifications.
1. The test case now extends QpidBrokerTestCase instead of TestCase to ensure that it can run under the automated ant builds. 2. Added an additional case to testIsSameRMMultiCF to ensure that isSameRM() returns false for two XAResources created from two different brokers. 3. Excluded this test from the Java test profiles. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1153164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaExcludes')
-rw-r--r--java/test-profiles/JavaExcludes1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes
index 57d7681e9c..4be228c7da 100644
--- a/java/test-profiles/JavaExcludes
+++ b/java/test-profiles/JavaExcludes
@@ -87,3 +87,4 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*
org.apache.qpid.server.configuration.ServerConfigurationFileTest#*
org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerification
+org.apache.qpid.jms.xa.XAResourceTest#*