You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/10/23 05:43:35 UTC

svn commit: r587380 - /webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java

Author: ajith
Date: Mon Oct 22 20:43:35 2007
New Revision: 587380

URL: http://svn.apache.org/viewvc?rev=587380&view=rev
Log:
1. correcting a minor mistake

Modified:
    webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java?rev=587380&r1=587379&r2=587380&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ElementRefs2Test.java Mon Oct 22 20:43:35 2007
@@ -49,7 +49,7 @@
         Document document = documentBuilder.parse(new ByteArrayInputStream(bos.toByteArray()));
 
         //find the element with name="atttest" and test its type attribute
-        //to see whether it serialized a colon
+        //to see whether it includes a colon.
         NodeList elementList = document.getElementsByTagName("element");
         for(int i=0;i < elementList.getLength();i++){
             Node n = elementList.item(i);



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