[jboss-cvs] JBossAS SVN: r60849 - in trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 23 13:15:03 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-02-23 13:15:03 -0500 (Fri, 23 Feb 2007)
New Revision: 60849

Modified:
   trunk/build/build-thirdparty.xml
   trunk/testsuite/build.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-746 - integrating new tests

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-02-23 18:07:25 UTC (rev 60848)
+++ trunk/build/build-thirdparty.xml	2007-02-23 18:15:03 UTC (rev 60849)
@@ -137,6 +137,7 @@
       <componentref name="wutka-dtdparser" version="1.2.1"/>
       <componentref name="xdoclet" version="1.2b3"/>
       <componentref name="xmlunit-xmlunit" version="1.0"/>
+      <componentref name="jboss/jms-integration-tests" version="1.0.1.GA"/>
 
 
    </build>

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-02-23 18:07:25 UTC (rev 60848)
+++ trunk/testsuite/build.xml	2007-02-23 18:15:03 UTC (rev 60849)
@@ -669,6 +669,7 @@
      <include name="org/jboss/test/jbossmessaging/test/*UnitTestCase.class"/> 
      <include name="org/jboss/test/jbossmessaging/perf/*StressTestCase.class"/>
      <include name="org/jboss/test/jbossmessaging/ra/*UnitTestCase.class"/>
+     <include name="org/jboss/test/jms/integration/**/*Test.class"/>
    </patternset>
    <!-- Tests needing xml binding setup -->
    <patternset id="jbossxb.includes">
@@ -3194,6 +3195,12 @@
    -->
    <target name="tests-jbossmessaging"
       description="Run JMS tests against the Messaging JMS provider">
+   	
+   	  <!-- unpack the integration tests from jms-integration-tests, packed as thirdparty libraries -->
+   	  <unzip src="${jboss.jms.integration.tests.lib}/jms-integration-tests.jar" dest="${build.classes}"/>
+   	  <copy todir="${build.lib}">
+   	  	<fileset dir="${jboss.jms.integration.tests.lib}"/>
+   	  </copy>
 
       <!-- Create a scoped Messaging server config -->
       <!-- <ant antfile="${jboss.messaging.resources}/release-admin.xml" -->




More information about the jboss-cvs-commits mailing list