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:43:18 UTC

cvs commit: xml-xerces/c/tests/DOM/DOMTest DTest.h DTest.cpp

peiyongz    02/02/01 14:43:18

  Modified:    c/tests/DOM/DOMTest DTest.h DTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +7 -2      xml-xerces/c/tests/DOM/DOMTest/DTest.h
  
  Index: DTest.h
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/DOMTest/DTest.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DTest.h	2 Mar 2000 19:55:45 -0000	1.3
  +++ DTest.h	1 Feb 2002 22:43:17 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DTest.h,v $
  + * Revision 1.4  2002/02/01 22:43:17  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/03/02 19:55:45  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -80,8 +83,8 @@
    *
    */
   
  -#include <dom/DOM.hpp>
  -#include <dom/DomMemDebug.hpp>
  +#include <xercesc/dom/DOM.hpp>
  +#include <xercesc/dom/DomMemDebug.hpp>
   
   //  define null for compatibility with original Java source code.
   #define null 0
  
  
  
  1.16      +6 -3      xml-xerces/c/tests/DOM/DOMTest/DTest.cpp
  
  Index: DTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/DOMTest/DTest.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DTest.cpp	7 Dec 2001 01:46:40 -0000	1.15
  +++ DTest.cpp	1 Feb 2002 22:43:17 -0000	1.16
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DTest.cpp,v $
  + * Revision 1.16  2002/02/01 22:43:17  peiyongz
  + * sane_include
  + *
    * Revision 1.15  2001/12/07 01:46:40  tng
    * [Bug 1959] setNodeValue throws exception when spec specifies NOP.
    *
  @@ -128,9 +131,9 @@
   
   #include <stdio.h>
   #include "DTest.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