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 ch...@apache.org on 2005/08/29 09:38:56 UTC

svn commit: r264096 - /webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java

Author: chinthaka
Date: Mon Aug 29 00:38:50 2005
New Revision: 264096

URL: http://svn.apache.org/viewcvs?rev=264096&view=rev
Log:
Fixing the build

Modified:
    webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java

Modified: webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java?rev=264096&r1=264095&r2=264096&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java (original)
+++ webservices/axis/trunk/java/modules/saaj/test/org/apache/axis2/saaj/TextTest.java Mon Aug 29 00:38:50 2005
@@ -144,7 +144,7 @@
 				"<soapenv:Header></soapenv:Header><soapenv:Body>" + 
 				"<Node:abc xmlns:Node=\"http://www.simpletest.org\">" + 
 				"This is some text" + 
-				"&lt;!--This is comment--&gt;This is other text</Node:abc>" + 
+				"<!--This is comment-->This is other text</Node:abc>" + 
 				"</soapenv:Body></soapenv:Envelope>";
 		
 		MessageFactory mf = MessageFactory.newInstance();