antelder    2003/02/27 07:40:48

  Modified:    java/test/docStyle MessagingAttachmentsTest.java
  Log:
  make it more clear that the cid in the href gets changed
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis-wsif/java/test/docStyle/MessagingAttachmentsTest.java
  
  Index: MessagingAttachmentsTest.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/test/docStyle/MessagingAttachmentsTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessagingAttachmentsTest.java     21 Jan 2003 17:12:04 -0000      1.2
  +++ MessagingAttachmentsTest.java     27 Feb 2003 15:40:48 -0000      1.3
  @@ -236,7 +236,7 @@
                     " <soapenv:Body>" +
                     "  <ns1:bounceImage4 
soapenv:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"; 
xmlns:ns1=\"http://mime/\";>" +
                     "   <ns1:shouldBounce 
xsi:type=\"xsd:boolean\">true</ns1:shouldBounce>" +
  -                  "   <ns1:file href=\"cid:413B07CE410E48EB9D89DC0A4DDD715D\"/>" +
  +                  "   <ns1:file href=\"cid:blablabla\"/>" +
                     "  </ns1:bounceImage4>" +
                     " </soapenv:Body>" +
                     "</soapenv:Envelope>";
  
  
  

Reply via email to