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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to