[jboss-cvs] JBossAS SVN: r111232 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 21 09:12:07 EDT 2011


Author: mmalina at redhat.com
Date: 2011-04-21 09:12:06 -0400 (Thu, 21 Apr 2011)
New Revision: 111232

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
After enabling the target tests-security-manager it broke the testsuite - the server was not stopped at the end of it. Fixed now - the server stops.

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2011-04-21 12:26:23 UTC (rev 111231)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2011-04-21 13:12:06 UTC (rev 111232)
@@ -3058,9 +3058,10 @@
             </fileset>
          </batchtest>
       </junit>
-   	<!--
+   	
       <echo>Waiting for server to shutdown...</echo>
-      <server:stop name="securitymgr"/> -->
+      <server:stop name="securitymgr"/> 
+
    </target>
 
 	<target name="tests-logmod-ldap"



More information about the jboss-cvs-commits mailing list