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 wh...@apache.org on 2005/07/14 16:07:38 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output AttMultiSameAttachmentRequest.out

whitlock    2005/07/14 07:07:38

  Modified:    c/tests/auto_build/testcases/output
                        AttMultiSameAttachmentRequest.out
  Log:
  AXISCPP-737 Pass multiple references to the same attachment. The fix for AXISCPP-732 fixed this problem, but the expected tcpm.req file was slightly different from what was expected.
  
  Revision  Changes    Path
  1.2       +4 -4      ws-axis/c/tests/auto_build/testcases/output/AttMultiSameAttachmentRequest.out
  
  Index: AttMultiSameAttachmentRequest.out
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/AttMultiSameAttachmentRequest.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttMultiSameAttachmentRequest.out	12 Jul 2005 05:16:03 -0000	1.1
  +++ AttMultiSameAttachmentRequest.out	14 Jul 2005 14:07:38 -0000	1.2
  @@ -2,7 +2,7 @@
   Host: localhost:13260
   SOAPAction: ""
   Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<3>"
  -Content-Length: 1714
  +Content-Length: 1246
   
   
   --------=MIME_BOUNDARY
  @@ -15,16 +15,16 @@
   <SOAP-ENV:Body>
   <ns1:multiAttachment xmlns:ns1="http://attachment.test.org">
   <ns1:arg_0_0 href="cid:1"
  -   xsi:type="ns2:DataHandler"   
  +   xsi:type="ns2:DataHandler"
      xmlns:ns2="http://xml.apache.org/xml-soap"/>
   <ns1:arg_1_0 href="cid:1"
  -   xsi:type="ns2:DataHandler"   
  +   xsi:type="ns2:DataHandler"
      xmlns:ns2="http://xml.apache.org/xml-soap"/>
   <ns1:arg_2_0 href="cid:5"
      xsi:type="ns2:Image"
      xmlns:ns2="http://xml.apache.org/xml-soap"/>
   <ns1:arg_3_0 href="cid:1"
  -   xsi:type="ns2:DataHandler"   
  +   xsi:type="ns2:DataHandler"
      xmlns:ns2="http://xml.apache.org/xml-soap"/>
   </ns1:multiAttachment>
   </SOAP-ENV:Body>