You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/09/21 18:19:32 UTC

cvs commit: xml-xalan/test/tests/bugzilla Bugzilla2925.java

curcuru     01/09/21 09:19:32

  Modified:    test/tests/bugzilla Bugzilla2925.java
  Log:
  Comment out compile error: Bugzilla2925.java:141: Wrong number of arguments in constructor
  
  Revision  Changes    Path
  1.3       +5 -0      xml-xalan/test/tests/bugzilla/Bugzilla2925.java
  
  Index: Bugzilla2925.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/bugzilla/Bugzilla2925.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Bugzilla2925.java	2001/08/06 00:30:47	1.2
  +++ Bugzilla2925.java	2001/09/21 16:19:32	1.3
  @@ -138,10 +138,15 @@
       // System.err.println("Returning a DTM: "+dtm);
       // ((DTMDefaultBase)dtm).dumpDTM();
       
  +/***************************
  +// Comment out compile error: Bugzilla2925.java:141: Wrong number of arguments in constructor.
       DTMIterator iterator = new OneStepIterator(dtm.getAxisIterator(Axis.SELF));
       iterator.setRoot(dtm.getDocument(), xpathExprContext.getXPathContext());
   
       return iterator;
  +// Comment out compile error: Bugzilla2925.java:141: Wrong number of arguments in constructor.
  +***************************/
  +    return null;
     }
   
   
  
  
  

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