[jboss-svn-commits] JBL Code SVN: r37052 - labs/jbosstm/trunk/XTS/WS-C/tests/src/com/arjuna/wsc11/tests/junit.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 2 05:24:02 EDT 2011


Author: adinn
Date: 2011-06-02 05:24:01 -0400 (Thu, 02 Jun 2011)
New Revision: 37052

Modified:
   labs/jbosstm/trunk/XTS/WS-C/tests/src/com/arjuna/wsc11/tests/junit/ActivationServiceTestCase.java
Log:
removed comments from test code introduced during debugging -- part fixes JBTM-848

Modified: labs/jbosstm/trunk/XTS/WS-C/tests/src/com/arjuna/wsc11/tests/junit/ActivationServiceTestCase.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/tests/src/com/arjuna/wsc11/tests/junit/ActivationServiceTestCase.java	2011-06-02 05:28:07 UTC (rev 37051)
+++ labs/jbosstm/trunk/XTS/WS-C/tests/src/com/arjuna/wsc11/tests/junit/ActivationServiceTestCase.java	2011-06-02 09:24:01 UTC (rev 37052)
@@ -38,7 +38,7 @@
 
 public class ActivationServiceTestCase
 {
-    /*@Test
+    @Test
     public void testKnownCoordinationType()
         throws Exception
     {
@@ -58,7 +58,7 @@
         {
             fail("Unexpected exception: " + th);
         }
-    }*/
+    }
 
     @Test
     public void testUnknownCoordinationType()



More information about the jboss-svn-commits mailing list