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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 24 12:17:56 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-24 12:17:56 -0500 (Sat, 24 Feb 2007)
New Revision: 60874

Modified:
   trunk/testsuite/build.xml
Log:
Comment out security manager based tests until JBAS-4154 is resolved

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-02-24 17:13:42 UTC (rev 60873)
+++ trunk/testsuite/build.xml	2007-02-24 17:17:56 UTC (rev 60874)
@@ -2237,6 +2237,7 @@
       <echo message="jboss.home.dir=${jboss.dist}" />
       <echo message="jboss.server.home.dir=${jboss.dist}${/}server${/}default" />
 
+      <!-- TODO: Need to fix JBAS-4154
       <server:start name="securitymgr"/>
 
       <junit dir="${module.output}"
@@ -2249,11 +2250,6 @@
 
          <jvmarg value="${junit.jvm.options}"/>
 
-         <!--
-         <jvmarg value="-Djava.security.manager"/>
-         <jvmarg value="-Djava.security.policy==${build.resources}/securitymgr/client.policy"/>
-         <jvmarg value="-Djava.security.debug=access,failure"/>
-         -->
          <sysproperty key="jboss.home" file="${project.root}"/>
          <sysproperty key="jboss.thirdparty.dir" file="${project.root}/thirdparty"/>
          <sysproperty key="jboss.tools.dir" file="${project.root}/tools"/>
@@ -2285,6 +2281,7 @@
       </junit>
       <echo>Waiting for server to shutdown...</echo>
       <server:stop name="securitymgr"/>
+      -->
    </target>
 
    <!-- Tests of the JACC security implementation -->
@@ -2367,6 +2364,7 @@
           <include name="lib/**"/>
        </patternset>
      </create-config>
+     <!-- TODO: Need to fix JBAS-4154
      <server:start name="jacc-securitymgr"/>
 
      <mkdir dir="${build.reports}"/>
@@ -2391,6 +2389,7 @@
          junit.syspropertyset="jacc-tests-props" />
 
      <server:stop name="jacc-securitymgr"/>
+     -->
    </target>
 
    <!--




More information about the jboss-cvs-commits mailing list