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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 20 05:43:04 EST 2009


Author: jmesnil
Date: 2009-02-20 05:43:04 -0500 (Fri, 20 Feb 2009)
New Revision: 5910

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

* readded joram-tests to hudson-tests

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-02-20 09:42:43 UTC (rev 5909)
+++ trunk/build-messaging.xml	2009-02-20 10:43:04 UTC (rev 5910)
@@ -1345,7 +1345,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