[jboss-svn-commits] JBL Code SVN: r25558 - labs/jbosstm/trunk/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/at/subordinate.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 9 13:42:18 EDT 2009


Author: adinn
Date: 2009-03-09 13:42:18 -0400 (Mon, 09 Mar 2009)
New Revision: 25558

Modified:
   labs/jbosstm/trunk/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/at/subordinate/MultiParticipantPrepareAndCommitTest.java
Log:
modified test to rely upon interposition handler to restore the same subtransaction -- this is (probably) correct only it breaks because of a problem in JBossWS

Modified: labs/jbosstm/trunk/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/at/subordinate/MultiParticipantPrepareAndCommitTest.java
===================================================================
--- labs/jbosstm/trunk/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/at/subordinate/MultiParticipantPrepareAndCommitTest.java	2009-03-09 17:41:20 UTC (rev 25557)
+++ labs/jbosstm/trunk/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/at/subordinate/MultiParticipantPrepareAndCommitTest.java	2009-03-09 17:42:18 UTC (rev 25558)
@@ -99,16 +99,16 @@
         commands.add("next");
         commands.add("serve");
         commands.add("{subservice1}");
-        commands.add("block");
         commands.add("enlistDurable");
         commands.add("prepare");
         commands.add("commit");
         commands.add("next");
+        commands.add("serve");
+        commands.add("{subservice1}");
         commands.add("enlistDurable");
         commands.add("prepare");
         commands.add("commit");
         commands.add("endblock");
-        commands.add("endblock");
 
         try {
             processCommands(commands, results);




More information about the jboss-svn-commits mailing list