[jboss-cvs] JBossAS SVN: r90757 - trunk/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 1 23:19:48 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-07-01 23:19:48 -0400 (Wed, 01 Jul 2009)
New Revision: 90757

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
add init to tests-clustering-unit

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2009-07-02 02:21:38 UTC (rev 90756)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2009-07-02 03:19:48 UTC (rev 90757)
@@ -379,7 +379,7 @@
   </target> 
 
    <!-- Executes a set of tests in a clustered environment -->  
-   <target name="tests-clustering-unit">
+   <target name="tests-clustering-unit" depends="init">
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
       <junit dir="${module.output}"
@@ -697,4 +697,4 @@
 	   
   </target>
 
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list