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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 14 03:37:07 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-12-14 03:37:07 -0500 (Fri, 14 Dec 2007)
New Revision: 68272

Modified:
   trunk/testsuite/build.xml
Log:
comment out the ROOT.war deletion to see if the hudson runs go fine for jacc tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-12-14 08:33:12 UTC (rev 68271)
+++ trunk/testsuite/build.xml	2007-12-14 08:37:07 UTC (rev 68272)
@@ -1419,8 +1419,9 @@
 
       <server:start name="jacc"/>
 
-      <!-- ROOT.war is needed for confirmation that the server has started. But there is a test case "WebIntegrationUnitTestCase" that tries to replace the root context war. So delete the ROOT.war -->
+      <!-- ROOT.war is needed for confirmation that the server has started. But there is a test case "WebIntegrationUnitTestCase" that tries to replace the root context war. So delete the ROOT.war 
       <delete dir="${jboss.dist}/server/jacc/deploy/ROOT.war" />
+     -->
 
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>




More information about the jboss-cvs-commits mailing list