Author: dkulp
Date: Wed Sep  3 12:21:09 2008
New Revision: 691739

URL: http://svn.apache.org/viewvc?rev=691739&view=rev
Log:
Fix test failures on 2.0.x line

Modified:
    
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_localName.wsdl
    
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_with_wrapperclass.wsdl

Modified: 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_localName.wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_localName.wsdl?rev=691739&r1=691738&r2=691739&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_localName.wsdl
 (original)
+++ 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_localName.wsdl
 Wed Sep  3 12:21:09 2008
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions name="StockService" 
targetNamespace="http://doc.withannotation.fortest.tools.cxf.apache.org/"; 
xmlns:tns="http://doc.withannotation.fortest.tools.cxf.apache.org/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
   <wsdl:types>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns="http://doc.withannotation.fortest.tools.cxf.apache.org/"; 
attributeFormDefault="unqualified" elementFormDefault="unqualified" 
targetNamespace="http://doc.withannotation.fortest.tools.cxf.apache.org/";>
-    <xs:element name="getPrice" type="getPrice"/>
-    <xs:element name="getPriceResponse" type="getPriceResponse"/>
-    <xs:complexType name="getPriceResponse">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://doc.withannotation.fortest.tools.cxf.apache.org/"; 
attributeFormDefault="unqualified" elementFormDefault="unqualified" 
targetNamespace="http://doc.withannotation.fortest.tools.cxf.apache.org/";>
+    <xs:element name="getPrice" type="tns:getPrice"/>
+    <xs:element name="getPriceResponse" type="tns:getPriceResponse"/>
+    <xs:complexType name="getPrice">
         <xs:sequence>
-            <xs:element name="responseType" type="xs:float"/>
+            <xs:element name="responseType" type="xs:string"/>
         </xs:sequence>
     </xs:complexType>
-    <xs:complexType name="getPrice">
+    <xs:complexType name="getPriceResponse">
         <xs:sequence>
-            <xs:element name="responseType" type="xs:string"/>
+            <xs:element name="responseType" type="xs:float"/>
         </xs:sequence>
     </xs:complexType>
-    <xs:element name="xXx" nillable="true" type="getPrice"/>
-    <xs:element name="zZz" nillable="true" type="getPriceResponse"/>
+    <xs:element name="xXx" nillable="true" type="tns:getPrice"/>
+    <xs:element name="zZz" nillable="true" type="tns:getPriceResponse"/>
 </xs:schema>
   </wsdl:types>
   <wsdl:message name="getPriceResponse">

Modified: 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_with_wrapperclass.wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_with_wrapperclass.wsdl?rev=691739&r1=691738&r2=691739&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_with_wrapperclass.wsdl
 (original)
+++ 
cxf/branches/2.0.x-fixes/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/expected/expected_doc_lit_wrapped_with_wrapperclass.wsdl
 Wed Sep  3 12:21:09 2008
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions name="StockWrappedService" targetNamespace="http://cxf.com/"; 
xmlns:tns="http://cxf.com/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
   <wsdl:types>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns="http://cxf.com/"; 
attributeFormDefault="unqualified" elementFormDefault="unqualified" 
targetNamespace="http://cxf.com/";>
-    <xs:element name="getPrice" type="getPrice"/>
-    <xs:element name="getPriceResponse" type="getPriceResponse"/>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://cxf.com/"; attributeFormDefault="unqualified" 
elementFormDefault="unqualified" targetNamespace="http://cxf.com/";>
+    <xs:element name="getPrice" type="tns:getPrice"/>
+    <xs:element name="getPriceResponse" type="tns:getPriceResponse"/>
     <xs:complexType name="getPrice">
         <xs:sequence>
             <xs:element name="responseType" type="xs:string"/>


Reply via email to