You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/07/05 19:30:17 UTC

svn commit: r419291 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java

Author: thilina
Date: Wed Jul  5 10:30:16 2006
New Revision: 419291

URL: http://svn.apache.org/viewvc?rev=419291&view=rev
Log:
Test case for the multiple attachment bug (AXIS2-752) fix.

Fixing Jira Axis2-769

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java?rev=419291&r1=419290&r2=419291&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java Wed Jul  5 10:30:16 2006
@@ -121,6 +121,9 @@
             OMElement ele1 = (OMElement) ele.getFirstOMChild();
             OMText binaryNode = (OMText) ele1.getFirstOMChild();
             compareWithActualOMText(binaryNode);
+            OMElement ele2 = (OMElement) ele1.getNextOMSibling();
+            binaryNode = (OMText) ele2.getFirstOMChild();
+            compareWithActualOMText(binaryNode);
             log.info("" + i);
             UtilServer.unDeployClientService();
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org