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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 27 22:01:32 EDT 2009


Author: pgier
Date: 2009-06-27 22:01:32 -0400 (Sat, 27 Jun 2009)
New Revision: 90663

Modified:
   trunk/testsuite/build.xml
Log:
tests-profileservice should depend on init

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-06-27 12:43:26 UTC (rev 90662)
+++ trunk/testsuite/build.xml	2009-06-28 02:01:32 UTC (rev 90663)
@@ -1110,7 +1110,7 @@
       <server:stop name="all"/>
    </target>
 
-   <target name="tests-profileservice" description="Tests with the full featured profile service">
+   <target name="tests-profileservice" depends="init" description="Tests with the full featured profile service">
       <create-profileservice-config baseconf="default" conf="profileservice"/>
       <server:start name="profileservice"/>
       <run-junit




More information about the jboss-cvs-commits mailing list