[jboss-cvs] JBossAS SVN: r90709 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 30 16:19:11 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-06-30 16:19:11 -0400 (Tue, 30 Jun 2009)
New Revision: 90709

Modified:
   trunk/testsuite/build.xml
Log:
add init to compat-matrix targets

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-06-30 20:07:20 UTC (rev 90708)
+++ trunk/testsuite/build.xml	2009-06-30 20:19:11 UTC (rev 90709)
@@ -3717,7 +3717,7 @@
     </sequential>
   </macrodef>
  
-   <target name="tests-standard-unit-matrix-version">
+   <target name="tests-standard-unit-matrix-version" depends="init">
      <execute-matrix-unit test-name="testbyvalue" parameter-filter="org/jboss/test/testbyvalue/test/**/*TestCase.class"/>
      <execute-matrix-unit test-name="bmp" parameter-filter="org/jboss/test/bmp/**/*TestCase.class"/>
      <execute-matrix-unit test-name="cmp2" parameter-filter="org/jboss/test/cmp2/**/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list