[jboss-svn-commits] JBL Code SVN: r37636 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 20 11:07:30 EDT 2011


Author: tomjenkinson
Date: 2011-10-20 11:07:30 -0400 (Thu, 20 Oct 2011)
New Revision: 37636

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java
Log:
JBTM-895 aided readability of test

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java	2011-10-20 15:03:15 UTC (rev 37635)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/atsintegration/tests/classes/com/arjuna/ats/jta/distributed/SimpleIsolatedServers.java	2011-10-20 15:07:30 UTC (rev 37636)
@@ -128,9 +128,11 @@
 		// 	lookupProvider.lookup(2000).propagateRecover(1000, TMENDSCAN);
 		// That second call to TMSTARTSCAN would fail
 		{
+			// Simulates a remote call *from* node 1000 *to* node 2000
 			lookupProvider.lookup(2000).propagateRecover(1000);
 		}
 		{
+			// Simulates a remote call *from* node 3000 *to* node 2000
 			lookupProvider.lookup(2000).propagateRecover(3000);
 		}
 	}



More information about the jboss-svn-commits mailing list