[jboss-cvs] JBossAS SVN: r61410 - in trunk/testsuite: imports and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 18 01:27:08 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-18 01:27:08 -0400 (Sun, 18 Mar 2007)
New Revision: 61410

Modified:
   trunk/testsuite/build.xml
   trunk/testsuite/imports/server-config.xml
Log:
JBAS-3969, set the vfsfile protocol handle pkgs in run-junit

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-18 05:04:43 UTC (rev 61409)
+++ trunk/testsuite/build.xml	2007-03-18 05:27:08 UTC (rev 61410)
@@ -3016,8 +3016,6 @@
      <run-junit junit.patternset="webservice-ssl.includes"
         junit.syspropertyset="tests-webservice-ssl-props"
 	junit.configuration="webservice-ssl" />
-      <!-- [JBAS-3969] IOException: unknown protocol: vfsfile -->
-      <sysproperty key="java.protocol.handler.pkgs" value="org.jboss.virtual.protocol"/>
      <run-junit junit.patternset="webservice-ssl.noenv.includes"
 	junit.configuration="webservice-ssl" />
      <server:stop name="webservice-ssl"/>

Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml	2007-03-18 05:04:43 UTC (rev 61409)
+++ trunk/testsuite/imports/server-config.xml	2007-03-18 05:27:08 UTC (rev 61410)
@@ -958,6 +958,8 @@
             <sysproperty key="jboss-junit-configuration" value="@{junit.configuration}"/>
             <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
             <sysproperty key="jbosstest.server.host" value="${node0}"/>
+            <!-- [JBAS-3969] IOException: unknown protocol: vfsfile -->
+            <sysproperty key="java.protocol.handler.pkgs" value="org.jboss.virtual.protocol"/>
             <syspropertyset>
                <propertyref prefix="jbosstest"/>
             </syspropertyset>




More information about the jboss-cvs-commits mailing list