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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 13 11:06:05 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-08-13 11:06:05 -0400 (Thu, 13 Aug 2009)
New Revision: 92309

Modified:
   trunk/testsuite/build.xml
Log:
added dependency on init-paths for run-db-tests target

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-08-13 14:08:31 UTC (rev 92308)
+++ trunk/testsuite/build.xml	2009-08-13 15:06:05 UTC (rev 92309)
@@ -3201,7 +3201,7 @@
     -->
    <target name="tests-db" depends="run-db-tests, tests-report-html"/>
 
-   <target name="run-db-tests" depends="maybejars">
+   <target name="run-db-tests" depends="init-paths, maybejars">
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
       <junit dir="${module.output}"




More information about the jboss-cvs-commits mailing list