From 7f4952d4d900cd06d408ef108fdaba0d617981ba Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 2 Aug 2011 15:28:19 +0000 Subject: 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 --- java/test-profiles/JavaExcludes | 1 + 1 file changed, 1 insertion(+) (limited to 'java/test-profiles/JavaExcludes') 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#* -- cgit v1.2.1