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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 12 08:35:55 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-12 08:35:55 -0400 (Mon, 12 Apr 2010)
New Revision: 103823

Modified:
   trunk/testsuite/build.xml
Log:
Add java.net.preferIPv4Stack=true to targets one-test, smoke-tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-04-12 12:02:07 UTC (rev 103822)
+++ trunk/testsuite/build.xml	2010-04-12 12:35:55 UTC (rev 103823)
@@ -1680,6 +1680,7 @@
          <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
          <sysproperty key="jbosstest.server.host" value="${node0}"/>
          <sysproperty key="jbosstest.useJBM" value="true"/>
+         <sysproperty key="java.net.preferIPv4Stack" value="true"/>
 
       	 <!-- Pass along any jbosstest.* system properties -->
          <syspropertyset>
@@ -1691,6 +1692,7 @@
             <path refid="tests.classpath"/>
          </classpath>
 
+         <formatter type="plain" usefile="${junit.formatter.usefile}"/>
          <formatter type="xml" usefile="${junit.formatter.usefile}"/>
 
          <batchtest todir="${build.reports}"
@@ -3571,6 +3573,8 @@
          <sysproperty key="jbosstest.server.host" value="${node0}"/>
          <sysproperty key="jbosstest.resource1.server.host" value="${node2}"/>
          <sysproperty key="jbosstest.resource2.server.host" value="${node3}"/>
+         <sysproperty key="java.net.preferIPv4Stack" value="true"/>
+
          <!-- Pass along any jbosstest.* system properties -->
          <syspropertyset>
             <propertyref prefix="jbosstest."/>




More information about the jboss-cvs-commits mailing list