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:25 UTC

cvs commit: xml-xerces/c/tests/IDom/IDOMTest IDTest.h IDTest.cpp

peiyongz    02/02/01 14:44:25

  Modified:    c/tests/IDom/IDOMTest IDTest.h IDTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.2       +5 -2      xml-xerces/c/tests/IDom/IDOMTest/IDTest.h
  
  Index: IDTest.h
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IDom/IDOMTest/IDTest.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDTest.h	9 Aug 2001 19:28:47 -0000	1.1
  +++ IDTest.h	1 Feb 2002 22:44:24 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: IDTest.h,v $
  + * Revision 1.2  2002/02/01 22:44:24  peiyongz
  + * sane_include
  + *
    * Revision 1.1  2001/08/09 19:28:47  tng
    * Port test case DOMTest to  IDOMTest
    *
  @@ -69,7 +72,7 @@
    *
    */
   
  -#include <idom/IDOM.hpp>
  +#include <xercesc/idom/IDOM.hpp>
   
   //  define null for compatibility with original Java source code.
   #define null 0
  
  
  
  1.4       +6 -3      xml-xerces/c/tests/IDom/IDOMTest/IDTest.cpp
  
  Index: IDTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IDom/IDOMTest/IDTest.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IDTest.cpp	7 Dec 2001 01:48:27 -0000	1.3
  +++ IDTest.cpp	1 Feb 2002 22:44:24 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: IDTest.cpp,v $
  + * Revision 1.4  2002/02/01 22:44:24  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2001/12/07 01:48:27  tng
    * [Bug 1959] setNodeValue throws exception when spec specifies NOP.
    *
  @@ -77,9 +80,9 @@
   
   #include <stdio.h>
   #include "IDTest.h"
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLException.hpp>
  -#include <util/XMLString.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLException.hpp>
  +#include <xercesc/util/XMLString.hpp>
   
   
   #define EXCEPTIONSTEST(operation, expectedException, resultFlag, testNum) \
  
  
  

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