[jboss-cvs] JBossAS SVN: r85165 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/tm/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 3 10:26:11 EST 2009


Author: jason.greene at jboss.com
Date: 2009-03-03 10:26:11 -0500 (Tue, 03 Mar 2009)
New Revision: 85165

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/tm/test/MTTransactionManagerUnitTestCase.java
Log:
JBAS-6561 - Correct incorrect association expectations in MT TM test

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/tm/test/MTTransactionManagerUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/tm/test/MTTransactionManagerUnitTestCase.java	2009-03-03 13:16:32 UTC (rev 85164)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/tm/test/MTTransactionManagerUnitTestCase.java	2009-03-03 15:26:11 UTC (rev 85165)
@@ -192,7 +192,7 @@
                new MTOperation(MTOperation.TM_GET_STATUS),
                new MTOperation(MTOperation.XX_SLEEP_200),
                new MTOperation(MTOperation.TM_GET_STATUS),               
-               new MTOperation(MTOperation.TM_COMMIT, -1, new IllegalStateException())
+               new MTOperation(MTOperation.TM_COMMIT)
    
             }
             ,




More information about the jboss-cvs-commits mailing list