[jboss-svn-commits] JBL Code SVN: r37691 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 31 05:44:42 EDT 2011


Author: tomjenkinson
Date: 2011-10-31 05:44:41 -0400 (Mon, 31 Oct 2011)
New Revision: 37691

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
Log:
JBTM-941 readded the JTS jar as it is required by the jtsremote tests

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml	2011-10-28 20:27:52 UTC (rev 37690)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml	2011-10-31 09:44:41 UTC (rev 37691)
@@ -342,11 +342,11 @@
             <include name="*.jar"/>
             <include name="*.zip"/>
           </fileset>
-          <!-- Commented out as this is just running the same tests again?
+          <!-- JBTM-941 -->
         <fileset dir="../ArjunaJTS/jts/build/lib">
           <include name="jts_tests.jar"/>
         </fileset> 
-        -->
+        
           <pathelement location="${org.jboss.jbossts.qa.ts.home}/etc"/>
         </classpath>
         <formatter type="plain"/>



More information about the jboss-svn-commits mailing list