You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by en...@apache.org on 2006/10/18 15:43:04 UTC

svn commit: r465277 - in /incubator/yoko/trunk/tools/src/test/resources/wsdl: wsaddressing_account.wsdl wsaddressing_bank.wsdl wsaddressing_server.wsdl

Author: enolan
Date: Wed Oct 18 08:43:01 2006
New Revision: 465277

URL: http://svn.apache.org/viewvc?view=rev&rev=465277
Log:
Yoko-165 - fix for failing tools tests.

Modified:
    incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_account.wsdl
    incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_bank.wsdl
    incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_server.wsdl

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_account.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_account.wsdl?view=diff&rev=465277&r1=465276&r2=465277
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_account.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_account.wsdl Wed Oct 18 08:43:01 2006
@@ -35,7 +35,7 @@
                 xmlns="http://www.w3.org/2001/XMLSchema">
             
             <import namespace="http://www.w3.org/2005/08/addressing" 
-                schemaLocation="src/test/resources/wsdl/wsaddressing.xsd"/>
+		    schemaLocation="./src/test/resources/wsdl/wsaddressing.xsd"/>
             <complexType name="AccountNames">
                 <sequence>
                     <element maxOccurs="unbounded" minOccurs="0" name="name" type="xsd:string"/>

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_bank.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_bank.wsdl?view=diff&rev=465277&r1=465276&r2=465277
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_bank.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_bank.wsdl Wed Oct 18 08:43:01 2006
@@ -26,7 +26,7 @@
   <types>
     <schema elementFormDefault="qualified" targetNamespace="http://www.apache.org/bus/demos/bank" xmlns="http://www.w3.org/2001/XMLSchema">
             
-            <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="src/test/resources/wsdl/wsaddressing.xsd"/>
+	    <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="./src/test/resources/wsdl/wsaddressing.xsd"/>
             <complexType name="AccountNames">
                 <sequence>
                     <element maxOccurs="unbounded" minOccurs="0" name="name" type="xsd:string"/>

Modified: incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_server.wsdl
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_server.wsdl?view=diff&rev=465277&r1=465276&r2=465277
==============================================================================
--- incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_server.wsdl (original)
+++ incubator/yoko/trunk/tools/src/test/resources/wsdl/wsaddressing_server.wsdl Wed Oct 18 08:43:01 2006
@@ -32,7 +32,7 @@
     <schema targetNamespace="http://schemas.apache.org/idltypes/c/epr.idl"
      xmlns="http://www.w3.org/2001/XMLSchema"
      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-      <xsd:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="src/test/resources/wsdl/wsaddressing.xsd"/>
+     <xsd:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="./src/test/resources/wsdl/wsaddressing.xsd"/>
       <xsd:element name="xsd1:TestServer.register.cb" type="addressing:EndpointReferenceType"/>
     </schema>
   </types>