[jboss-cvs] JBossAS SVN: r79547 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 15:19:34 EDT 2008


Author: rrajesh
Date: 2008-10-15 15:19:34 -0400 (Wed, 15 Oct 2008)
New Revision: 79547

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
JBPAPP-1056 Modifying wait-on-shutdown macro for log4j pattern changes as part of CC

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2008-10-15 19:15:03 UTC (rev 79546)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2008-10-15 19:19:34 UTC (rev 79547)
@@ -528,7 +528,7 @@
         <available file="server.log">
           <filepath>
             <fileset dir="${jboss.dist}/server/@{conf}/log/" includes="server.log">
-              <contains text="[org.jboss.system.server.Server] Shutdown complete"/>
+              <contains text="[org.jboss.system.server.Server] (JBoss Shutdown Hook:) Shutdown complete"/>
             </fileset>
           </filepath>
         </available>




More information about the jboss-cvs-commits mailing list