[jboss-svn-commits] JBL Code SVN: r33729 - in labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop: test and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jul 2 07:21:53 EDT 2010
Author: adinn
Date: 2010-07-02 07:21:53 -0400 (Fri, 02 Jul 2010)
New Revision: 33729
Modified:
labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/interop/BATestCase.java
labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/test/TestConstants.java
Log:
removed WSBA 1.7 test from interop code as it cannot work now that endpoints include metadata -- part fix for JBTM-755
Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/interop/BATestCase.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/interop/BATestCase.java 2010-07-02 10:53:41 UTC (rev 33728)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/interop/BATestCase.java 2010-07-02 11:21:53 UTC (rev 33729)
@@ -240,7 +240,15 @@
* testBA1_7 - 1.7 UnsolicitedComplete
* Tests a protocol error, participant send Completed for coordinator completion. Throws an invalid state fault.
* @throws Exception on failure.
+ *
+ * this test relies on rewriting the protocol at registration time so that the returned endpoint
+ * is for the coordinator completion coordinator rather than the participant completion coordinator.
+ * the participant engine tries to use the endpoint to send an unsolicited complete to the coordinator
+ * completion coordinator. unfortunately, since the endpoint nwo contains service and port metadata the
+ * send fails. so this test has had to be decommissioned.
*/
+
+ /*
public void testBA1_7()
throws Exception
{
@@ -264,6 +272,7 @@
}
assertTrue("Conversation did not complete successfully", state.isSuccessful()) ;
}
+ */
//
/**
* testBA1_8 - 1.8 Compensate
Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/test/TestConstants.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/test/TestConstants.java 2010-07-02 10:53:41 UTC (rev 33728)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/test/TestConstants.java 2010-07-02 11:21:53 UTC (rev 33729)
@@ -344,7 +344,8 @@
descriptions.put(NAME_TEST_BA_1_4, DESCRIPTION_TEST_BA_1_4) ;
descriptions.put(NAME_TEST_BA_1_5, DESCRIPTION_TEST_BA_1_5) ;
descriptions.put(NAME_TEST_BA_1_6, DESCRIPTION_TEST_BA_1_6) ;
- descriptions.put(NAME_TEST_BA_1_7, DESCRIPTION_TEST_BA_1_7) ;
+ // decommissioned
+ // descriptions.put(NAME_TEST_BA_1_7, DESCRIPTION_TEST_BA_1_7) ;
descriptions.put(NAME_TEST_BA_1_8, DESCRIPTION_TEST_BA_1_8) ;
descriptions.put(NAME_TEST_BA_1_9, DESCRIPTION_TEST_BA_1_9) ;
descriptions.put(NAME_TEST_BA_1_10, DESCRIPTION_TEST_BA_1_10) ;
More information about the jboss-svn-commits
mailing list