mmidy       01/06/26 09:45:49

  Modified:    test/java/src/org/apache/qetest/xalanj2 TestXPathAPI.java
  Log:
  remove system.out
  
  Revision  Changes    Path
  1.3       +1 -1      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TestXPathAPI.java
  
  Index: TestXPathAPI.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TestXPathAPI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestXPathAPI.java 2001/06/26 16:18:19     1.2
  +++ TestXPathAPI.java 2001/06/26 16:45:47     1.3
  @@ -305,7 +305,7 @@
         for (int i=0;i<numxpath; i++) 
         {
           // Use the simple XPath API to select a nodeIterator.
  -        System.out.println("Querying DOM using "+xpath[i]);
  +        reporter.logWarningMsg("Querying DOM using "+xpath[i]);
           NodeList nl = XPathAPI.selectNodeList(doc, xpath[i]);
           
           // Serialize the found nodes to System.out.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to