[hornetq-commits] JBoss hornetq SVN: r10337 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 15 07:18:34 EDT 2011


Author: ataylor
Date: 2011-03-15 07:18:33 -0400 (Tue, 15 Mar 2011)
New Revision: 10337

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/SessionCloseTest.java
Log:
test fix

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/SessionCloseTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/SessionCloseTest.java	2011-03-15 11:06:24 UTC (rev 10336)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/SessionCloseTest.java	2011-03-15 11:18:33 UTC (rev 10337)
@@ -158,7 +158,7 @@
       Assert.assertTrue(session.isXA());
       Assert.assertTrue(session.isClosed());
 
-      UnitTestCase.expectXAException(XAException.XAER_RMERR, new HornetQAction()
+      UnitTestCase.expectXAException(XAException.XA_RETRY, new HornetQAction()
       {
          public void run() throws XAException
          {



More information about the hornetq-commits mailing list