gdamour 2004/07/26 20:55:40
Modified: modules/transaction/src/test/org/apache/geronimo/transaction/manager RecoveryTest.java Log: Fix comment... Revision Changes Path 1.4 +3 -3 incubator-geronimo/modules/transaction/src/test/org/apache/geronimo/transaction/manager/RecoveryTest.java Index: RecoveryTest.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/transaction/src/test/org/apache/geronimo/transaction/manager/RecoveryTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RecoveryTest.java 27 Jul 2004 03:52:15 -0000 1.3 +++ RecoveryTest.java 27 Jul 2004 03:55:40 -0000 1.4 @@ -45,8 +45,8 @@ Xid[] xids = getXidArray(1); // specifies an empty Xid array such that this XAResource has nothing // to recover. This means that the presumed abort protocol has failed - // right after the commit of the RM and after the force-write of the - // prepared log record. + // right after the commit of the RM and before the force-write of the + // committed log record. MockXAResource xares1 = new MockXAResource(RM1, new Xid[0]); MockTransactionInfo[] txInfos = makeTxInfos(xids); addBranch(txInfos, xares1);