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 2002/01/15 18:53:10 UTC

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

curcuru     02/01/15 09:53:10

  Modified:    test/tests/bugzilla Bugzilla4336.java
  Log:
  Remove hardcoded reference to Xerces 1.x-only class
  
  Revision  Changes    Path
  1.2       +5 -2      xml-xalan/test/tests/bugzilla/Bugzilla4336.java
  
  Index: Bugzilla4336.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/bugzilla/Bugzilla4336.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Bugzilla4336.java	26 Nov 2001 14:54:23 -0000	1.1
  +++ Bugzilla4336.java	15 Jan 2002 17:53:10 -0000	1.2
  @@ -43,8 +43,11 @@
           // Use logger.logMsg(...) instead of System.out.println(...)
           logger.logMsg(Logger.STATUSMSG, "Reproducing Bugzilla#4336: Xalan 2.2.D11 adds a strange Attribute");
   
  -        logger.logMsg(Logger.STATUSMSG, "Apache Xerces "
  -                      + org.apache.xerces.framework.Version.fVersion);
  +        // Comment out ref to Xerces 1.x class for upcoming Xerces 2.x checkin
  +        // When running via 'build bugzilla.classes bugzilla', the Xerces 
  +        //  version will already be reported by the test harness
  +        // logger.logMsg(Logger.STATUSMSG, "Apache Xerces "
  +        //              + org.apache.xerces.framework.Version.fVersion);
           logger.logMsg(Logger.STATUSMSG, "Apache Xalan  "
                         + org.apache.xalan.Version.getVersion());
           try
  
  
  

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