You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/08/18 16:24:19 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output XSD_NCName_ServerResponse.expected XSD_Name_ServerResponse.expected XSD_QName_ServerResponse.expected

dicka       2005/08/18 07:24:19

  Modified:    c/tests/auto_build/testcases/output
                        XSD_NCName_ServerResponse.expected
                        XSD_Name_ServerResponse.expected
                        XSD_QName_ServerResponse.expected
  Log:
  Correct unit test server responses for some of the XSD testcases.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.4       +2 -2      ws-axis/c/tests/auto_build/testcases/output/XSD_NCName_ServerResponse.expected
  
  Index: XSD_NCName_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_NCName_ServerResponse.expected,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSD_NCName_ServerResponse.expected	11 Aug 2005 04:08:09 -0000	1.3
  +++ XSD_NCName_ServerResponse.expected	18 Aug 2005 14:24:19 -0000	1.4
  @@ -83,7 +83,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_NCName.test.apache.org"><arrayElement>xml.si-mple_name!</arrayElement><arrayElement>xml.si-mple_name!</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_NCName.test.apache.org"><arrayElement>xml.si-mple_name</arrayElement><arrayElement>xml.si-mple_name</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK
  @@ -94,5 +94,5 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_NCName.test.apache.org"><SimpleComplexType><complexTypeElement>xml.si-mple_name!</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_NCName.test.apache.org"><SimpleComplexType><complexTypeElement>xml.si-mple_name</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
   0
  
  
  
  1.4       +2 -2      ws-axis/c/tests/auto_build/testcases/output/XSD_Name_ServerResponse.expected
  
  Index: XSD_Name_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_Name_ServerResponse.expected,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSD_Name_ServerResponse.expected	11 Aug 2005 04:07:55 -0000	1.3
  +++ XSD_Name_ServerResponse.expected	18 Aug 2005 14:24:19 -0000	1.4
  @@ -83,7 +83,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_Name.test.apache.org"><arrayElement>xml.si-mple_nam:e!</arrayElement><arrayElement>xml.si-mple_nam:e!</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_Name.test.apache.org"><arrayElement>xml.si-mple_nam:e</arrayElement><arrayElement>xml.si-mple_nam:e</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK
  @@ -94,6 +94,6 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_Name.test.apache.org"><SimpleComplexType><complexTypeElement>xml.si-mple_nam:e!</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_Name.test.apache.org"><SimpleComplexType><complexTypeElement>xml.si-mple_nam:e</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
   0
   
  
  
  
  1.3       +1 -4      ws-axis/c/tests/auto_build/testcases/output/XSD_QName_ServerResponse.expected
  
  Index: XSD_QName_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_QName_ServerResponse.expected,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSD_QName_ServerResponse.expected	13 Jul 2005 15:19:10 -0000	1.2
  +++ XSD_QName_ServerResponse.expected	18 Aug 2005 14:24:19 -0000	1.3
  @@ -39,10 +39,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_QName.test.apache.org"><nonNillableElement>  	
  -some text 	
  -more text 	
  -</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_QName.test.apache.org"><nonNillableElement>some text more text</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK