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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 24 12:01:33 EDT 2009


Author: pgier
Date: 2009-07-24 12:01:32 -0400 (Fri, 24 Jul 2009)
New Revision: 91639

Modified:
   trunk/testsuite/build.xml
Log:
[JBBUILD-535] Add dependency on init to jboss-minimal-tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-07-24 15:59:29 UTC (rev 91638)
+++ trunk/testsuite/build.xml	2009-07-24 16:01:32 UTC (rev 91639)
@@ -1174,7 +1174,7 @@
                tests-report">
    </target>
 
-   <target name="jboss-minimal-tests"
+   <target name="jboss-minimal-tests" depends="init"
       description="Validate the minimal config">
       <server:start name="minimal"/>
       <copy file="${build.lib}/shutdown.sar"




More information about the jboss-cvs-commits mailing list