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
commit7f4952d4d900cd06d408ef108fdaba0d617981ba (patch)
tree9c61f1c316c3eb71daa3520f243d1f8776a0807f /java/test-profiles/JavaExcludes
parentf0efbb12413006b560b70a22506cb5452f72f573 (diff)
downloadqpid-python-7f4952d4d900cd06d408ef108fdaba0d617981ba.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#*