[jboss-svn-commits] JBL Code SVN: r37860 - labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/crash-recovery-tests/src/test/java/com/arjuna/qa/junit.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 24 09:48:43 EST 2012
Author: paul.robinson
Date: 2012-01-24 09:48:42 -0500 (Tue, 24 Jan 2012)
New Revision: 37860
Modified:
labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/crash-recovery-tests/src/test/java/com/arjuna/qa/junit/TestBACrashDuringOnePhaseCommit.java
Log:
Fixed copy and paste error
Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/crash-recovery-tests/src/test/java/com/arjuna/qa/junit/TestBACrashDuringOnePhaseCommit.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/crash-recovery-tests/src/test/java/com/arjuna/qa/junit/TestBACrashDuringOnePhaseCommit.java 2012-01-23 15:43:39 UTC (rev 37859)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/crash-recovery-tests/src/test/java/com/arjuna/qa/junit/TestBACrashDuringOnePhaseCommit.java 2012-01-24 14:48:42 UTC (rev 37860)
@@ -20,7 +20,7 @@
@Test
public void SingleParticipantCompletionParticipantCloseTest() throws Exception {
testName = "SingleParticipantCompletionParticipantCloseTest";
- String testClass = "org.jboss.jbossts.xts.servicetests.test.ba.SingleCoordinatorCompletionParticipantCloseTest";
+ String testClass = "org.jboss.jbossts.xts.servicetests.test.ba.SingleParticipantCompletionParticipantCloseTest";
runTest(testClass);
}
More information about the jboss-svn-commits
mailing list