[jboss-cvs] JBoss Messaging SVN: r5873 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 16 09:43:52 EST 2009


Author: jmesnil
Date: 2009-02-16 09:43:52 -0500 (Mon, 16 Feb 2009)
New Revision: 5873

Modified:
   trunk/build-messaging.xml
Log:
JBMESSAGING-1499: Setup JORAM JMS compliance tests to run against JBM 2.0

* added joram-tests to hudson-tests dependencies

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-02-16 14:42:16 UTC (rev 5872)
+++ trunk/build-messaging.xml	2009-02-16 14:43:52 UTC (rev 5873)
@@ -1346,7 +1346,7 @@
 
    <target name="all-tests" depends="unit-tests, integration-tests, concurrent-tests, stress-tests, jms-tests"/>
 
-   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests"/>
+   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests, joram-tests"/>
 
    <target name="compile-reports">
       <mkdir dir="${test.stylesheets.dir}"/>




More information about the jboss-cvs-commits mailing list