You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/05/27 21:53:54 UTC

svn commit: r178814 - /xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp

Author: jberry
Date: Fri May 27 12:53:52 2005
New Revision: 178814

URL: http://svn.apache.org/viewcvs?rev=178814&view=rev
Log:
Fix hardcoded paths from tests to includes

Modified:
    xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp

Modified: xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp?rev=178814&r1=178813&r2=178814&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp (original)
+++ xerces/c/branches/jberry/3.0-unstable/tests/src/DOM/Normalizer/Normalizer.cpp Fri May 27 12:53:52 2005
@@ -28,10 +28,10 @@
 
 #include <xercesc/util/XMLUni.hpp>
 #include <xercesc/util/XMLUniDefs.hpp>
-#include "../../../src/xercesc/dom/impl/DOMConfigurationImpl.hpp"
-#include "../../../src/xercesc/dom/impl/DOMDocumentImpl.hpp"
-#include "../../../src/xercesc/dom/impl/DOMEntityImpl.hpp"
-#include "../../../src/xercesc/dom/impl/DOMEntityReferenceImpl.hpp"
+#include "xercesc/dom/impl/DOMConfigurationImpl.hpp"
+#include "xercesc/dom/impl/DOMDocumentImpl.hpp"
+#include "xercesc/dom/impl/DOMEntityImpl.hpp"
+#include "xercesc/dom/impl/DOMEntityReferenceImpl.hpp"
 
 // ---------------------------------------------------------------------------
 //  This is a simple class that lets us do easy (though not terribly efficient)



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