You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/04/11 03:33:13 UTC

cvs commit: xml-batik/test-sources/org/apache/batik/test/xml XMLTestSuiteRunner.java

vhardy      01/04/10 18:33:13

  Modified:    test-sources/org/apache/batik/test/xml
                        XMLTestSuiteRunner.java
  Log:
  Removed trace.
  
  Revision  Changes    Path
  1.2       +1 -4      xml-batik/test-sources/org/apache/batik/test/xml/XMLTestSuiteRunner.java
  
  Index: XMLTestSuiteRunner.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/test-sources/org/apache/batik/test/xml/XMLTestSuiteRunner.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLTestSuiteRunner.java	2001/04/10 22:10:34	1.1
  +++ XMLTestSuiteRunner.java	2001/04/11 01:33:12	1.2
  @@ -48,7 +48,7 @@
    * <tt>Test</tt> and <tt>TestSuite</tt> objects.
    *
    * @author <a href="mailto:vhardy@apache.org">Vincent Hardy</a>
  - * @version $Id: XMLTestSuiteRunner.java,v 1.1 2001/04/10 22:10:34 vhardy Exp $
  + * @version $Id: XMLTestSuiteRunner.java,v 1.2 2001/04/11 01:33:12 vhardy Exp $
    */
   public class XMLTestSuiteRunner implements XTSConstants{
       /**
  @@ -114,9 +114,6 @@
                       String tagName = childElement.getTagName().intern();
                       if(tagName == XTS_TEST_REPORT_PROCESSOR_TAG){
                           processors.addElement(buildProcessor(childElement));
  -                    }
  -                    else{
  -                        System.out.println("tagName : " + tagName + " is different from : " + XTS_TEST_REPORT_PROCESSOR_TAG);
                       }
                   }
               }
  
  
  

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