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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 26 00:45:57 EDT 2009


Author: pgier
Date: 2009-07-26 00:45:57 -0400 (Sun, 26 Jul 2009)
New Revision: 91664

Modified:
   trunk/testsuite/imports/config/tests-clustering.xml
Log:
tests-clustered-ustxsticky target should depend on init.

Modified: trunk/testsuite/imports/config/tests-clustering.xml
===================================================================
--- trunk/testsuite/imports/config/tests-clustering.xml	2009-07-26 00:26:55 UTC (rev 91663)
+++ trunk/testsuite/imports/config/tests-clustering.xml	2009-07-26 04:45:57 UTC (rev 91664)
@@ -355,7 +355,7 @@
 		    
   </target> 
 
-  <target name="tests-clustered-ustxsticky">
+  <target name="tests-clustered-ustxsticky" depends="init">
 
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>




More information about the jboss-cvs-commits mailing list