You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/01 23:44:04 UTC

cvs commit: xml-xerces/c/tests/EncodingTest EncodingTest.cpp

peiyongz    02/02/01 14:44:04

  Modified:    c/tests/EncodingTest EncodingTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.5       +8 -8      xml-xerces/c/tests/EncodingTest/EncodingTest.cpp
  
  Index: EncodingTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/EncodingTest/EncodingTest.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EncodingTest.cpp	4 Mar 2000 01:24:45 -0000	1.4
  +++ EncodingTest.cpp	1 Feb 2002 22:44:04 -0000	1.5
  @@ -65,17 +65,17 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLString.hpp>
  -#include <util/XMLException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/util/XMLException.hpp>
   
  -#include <sax/SAXException.hpp>
  -#include <sax/ErrorHandler.hpp>
  -#include <sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXException.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
   
   
  -#include <parsers/DOMParser.hpp>
  -#include <dom/DOM.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/dom/DOM.hpp>
   #include <stdio.h>
   
   static int gTestsFailed = 0;
  
  
  

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