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/07/16 23:35:14 UTC

svn commit: r219351 - in /webservices/axis/trunk/java/modules/xml: test-resources/mtom/MTOMBuilderTestIn.txt test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java

Author: dims
Date: Sat Jul 16 14:35:12 2005
New Revision: 219351

URL: http://svn.apache.org/viewcvs?rev=219351&view=rev
Log:
fix MTOMStAXSOAPModelBuilderTest


Modified:
    webservices/axis/trunk/java/modules/xml/test-resources/mtom/MTOMBuilderTestIn.txt
    webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java

Modified: webservices/axis/trunk/java/modules/xml/test-resources/mtom/MTOMBuilderTestIn.txt
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test-resources/mtom/MTOMBuilderTestIn.txt?rev=219351&r1=219350&r2=219351&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test-resources/mtom/MTOMBuilderTestIn.txt (original)
+++ webservices/axis/trunk/java/modules/xml/test-resources/mtom/MTOMBuilderTestIn.txt Sat Jul 16 14:35:12 2005
@@ -1,12 +1,12 @@
 ------=_AxIs2_Def_boundary_=42214532
 Content-Type: application/xop+xml
 Content-Transfer-Encoding: 8bit
-Content-ID: <SOAPPart>
+Content-ID: SOAPPart
 
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><m:data xmlns:m="http://www.example.org/stuff"><m:name m:contentType="text/plain"><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/Include" href="cid:-1609420109260943731"></xop:Include></m:name></m:data></soapenv:Body></soapenv:Envelope>
 ------=_AxIs2_Def_boundary_=42214532
 Content-Transfer-Encoding: binary
-Content-ID: <-1609420109260943731>
+Content-ID: -1609420109260943731
 
 
8A ýþÿb
 ------=_AxIs2_Def_boundary_=42214532--

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java?rev=219351&r1=219350&r2=219351&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java Sat Jul 16 14:35:12 2005
@@ -49,7 +49,7 @@
         super(testName);
     }
 
-    String contentTypeString = "multipart/Related; type=\"application/xop+xml\"; boundary=\"----=_AxIs2_Def_boundary_=42214532\"; start=\"<SOAPPart>\"";
+    String contentTypeString = "multipart/Related; type=\"application/xop+xml\"; boundary=\"----=_AxIs2_Def_boundary_=42214532\"; start=\"SOAPPart\"";
 
     protected void setUp() throws Exception {
         super.setUp();