[jbossws-commits] JBossWS SVN: r11708 - stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/wsdl11.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Mar 3 06:17:48 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-03-03 06:17:47 -0500 (Wed, 03 Mar 2010)
New Revision: 11708

Modified:
   stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java
Log:
[JBWS-2948] fix testcase setting wrong url stream handler factory


Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java	2010-03-02 08:43:29 UTC (rev 11707)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java	2010-03-03 11:17:47 UTC (rev 11708)
@@ -49,7 +49,8 @@
       assertTrue("File does not exist: " + wsdlFile.getCanonicalPath(), wsdlFile.exists());
 
       // Setting the URLStreamHandlerFactory simulates the behaviour in JBoss
-      internalInitURLHandlers();
+      // [JBWS-2948] commented to prevent setting wrong stream handler with VFS3 
+      //internalInitURLHandlers();
 
       URL wsdlURL = wsdlFile.toURL();
       Definition wsdlDefinition = WSDL11DefinitionFactory.newInstance().parse(wsdlURL);



More information about the jbossws-commits mailing list