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/06/15 12:51:34 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output XSDElement_ServerResponse.expected

dicka       2005/06/15 03:51:34

  Modified:    c/tests/auto_build/testcases/output
                        XSDElement_ServerResponse.expected
  Log:
  Update server response to include additional boundary checks in XSDElement test case.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.2       +33 -0     ws-axis/c/tests/auto_build/testcases/output/XSDElement_ServerResponse.expected
  
  Index: XSDElement_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSDElement_ServerResponse.expected,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSDElement_ServerResponse.expected	8 Jun 2005 15:52:07 -0000	1.1
  +++ XSDElement_ServerResponse.expected	15 Jun 2005 10:51:34 -0000	1.2
  @@ -92,6 +92,39 @@
   Content-Language: en-GB
   Transfer-Encoding: chunked
   
  +1e4
  +<?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><setGetDataLongResponse xmlns="http://xsdelement.test.apache.org"><setGetDataLongReturn>10000000000</setGetDataLongReturn></setGetDataLongResponse></soapenv:Body></soapenv:Envelope>
  +0
  +
  +HTTP/1.1 200 OK
  +Server: WebSphere Application Server/5.1
  +Content-Type: text/xml; charset=utf-8
  +Content-Language: en-GB
  +Transfer-Encoding: chunked
  +
  +1ec
  +<?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><setGetDataLongResponse xmlns="http://xsdelement.test.apache.org"><setGetDataLongReturn>9223372036854775807</setGetDataLongReturn></setGetDataLongResponse></soapenv:Body></soapenv:Envelope>
  +0
  +
  +HTTP/1.1 200 OK
  +Server: WebSphere Application Server/5.1
  +Content-Type: text/xml; charset=utf-8
  +Content-Language: en-GB
  +Transfer-Encoding: chunked
  +
  +1ed
  +<?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><setGetDataLongResponse xmlns="http://xsdelement.test.apache.org"><setGetDataLongReturn>-9223372036854775808</setGetDataLongReturn></setGetDataLongResponse></soapenv:Body></soapenv:Envelope>
  +0
  +
  +HTTP/1.1 200 OK
  +Server: WebSphere Application Server/5.1
  +Content-Type: text/xml; charset=utf-8
  +Content-Language: en-GB
  +Transfer-Encoding: chunked
  +
   1fb
   <?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><setGetDataUnsignedLongResponse xmlns="http://xsdelement.test.apache.org"><setGetDataUnsignedLongReturn>42</setGetDataUnsignedLongReturn></setGetDataUnsignedLongResponse></soapenv:Body></soapenv:Envelope>