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

cvs commit: xml-xalan/c/Tests/Harness FileUtility.hpp

pauldick    01/09/19 10:14:29

  Modified:    c/Tests/Harness FileUtility.hpp
  Log:
  Added variable to track missing gold files.
  
  Revision  Changes    Path
  1.11      +2 -1      xml-xalan/c/Tests/Harness/FileUtility.hpp
  
  Index: FileUtility.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Harness/FileUtility.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- FileUtility.hpp	2001/09/14 20:48:33	1.10
  +++ FileUtility.hpp	2001/09/19 17:14:29	1.11
  @@ -99,7 +99,7 @@
   /**
    * Utility call that extracts test file names from testsuite.  
    * @author Paul Dick@lotus.com
  - * @version $Id: FileUtility.hpp,v 1.10 2001/09/14 20:48:33 pauldick Exp $
  + * @version $Id: FileUtility.hpp,v 1.11 2001/09/19 17:14:29 pauldick Exp $
    */
   
   #if defined HARNESS_EXPORTS
  @@ -138,6 +138,7 @@
   		XalanDOMString	expected;
   		int				pass;
   		int				fail;
  +		int				nogold;
   
   		void reset()
   		{
  
  
  

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