dbertoni    01/12/03 14:23:41

  Modified:    c/Tests/Harness FileUtility.hpp
  Log:
  Fixed pathSep definition.
  
  Revision  Changes    Path
  1.22      +3 -3      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- FileUtility.hpp   2001/12/03 21:28:56     1.21
  +++ FileUtility.hpp   2001/12/03 22:23:41     1.22
  @@ -99,7 +99,7 @@
   /**
    * Utility call that extracts test file names from testsuite.  
    * @author Paul [EMAIL PROTECTED]
  - * @version $Id: FileUtility.hpp,v 1.21 2001/12/03 21:28:56 dbertoni Exp $
  + * @version $Id: FileUtility.hpp,v 1.22 2001/12/03 22:23:41 dbertoni Exp $
    */
   
   #if !defined(WIN32)
  @@ -126,9 +126,9 @@
   const XalanDOMString XSLSuffix(XALAN_STATIC_UCODE_STRING(".xsl"));
   const XalanDOMString XMLSuffix(XALAN_STATIC_UCODE_STRING(".xml"));
   #if defined(WIN32)
  -const XalanDOMString pathSep(XALAN_STATIC_UCODE_STRING("/"));
  -#else
   const XalanDOMString pathSep(XALAN_STATIC_UCODE_STRING("\\"));
  +#else
  +const XalanDOMString pathSep(XALAN_STATIC_UCODE_STRING("/"));
   #endif
   
   // This class is exported from the Harness.dll
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to