[jboss-cvs] JBossAS SVN: r83845 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 4 06:52:36 EST 2009


Author: pskopek at redhat.com
Date: 2009-02-04 06:52:32 -0500 (Wed, 04 Feb 2009)
New Revision: 83845

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
JBQA-2053:
Security manager tests for AS 5.1.x failing due to not propagating -b settings to test client

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-02-04 09:56:32 UTC (rev 83844)
+++ branches/Branch_5_x/testsuite/build.xml	2009-02-04 11:52:32 UTC (rev 83845)
@@ -1660,6 +1660,8 @@
       <echo message="Starting default with policy ${build.resources}/securitymgr/server.policy" />
       <echo message="jboss.home.dir=${jboss.dist}" />
       <echo message="jboss.server.home.dir=${jboss.dist}${/}server${/}default" />
+      <echo message="java.naming.provider.url=${node0.jndi.url}" />
+      <echo message="jbosstest.server.host=${node0}" />
 
       <server:start name="securitymgr"/>
 
@@ -1673,6 +1675,8 @@
 
          <jvmarg line="${junit.jvm.options}"/>
 
+         <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
+         <sysproperty key="jbosstest.server.host" value="${node0}"/>
          <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"/>




More information about the jboss-cvs-commits mailing list