summaryrefslogtreecommitdiff
path: root/ACEXML/tests
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-14 06:28:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-14 06:28:57 +0000
commitc4600cd5f92ce3498cbfae368bc6ec188e012a19 (patch)
tree6d8d94fa00cd0b803b379040389f87c6a78dac0c /ACEXML/tests
parentfbf21ff2aae1d038d88d54cbc34f77262e4196e5 (diff)
downloadATCD-c4600cd5f92ce3498cbfae368bc6ec188e012a19.tar.gz
ChangeLogTag:Thu Feb 14 00:20:39 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ACEXML/tests')
-rw-r--r--ACEXML/tests/Makefile1
-rw-r--r--ACEXML/tests/NamespaceSupport_Test.cpp2
-rw-r--r--ACEXML/tests/Transcoder_Test.cpp2
3 files changed, 2 insertions, 3 deletions
diff --git a/ACEXML/tests/Makefile b/ACEXML/tests/Makefile
index 6478b548721..e172c04c626 100644
--- a/ACEXML/tests/Makefile
+++ b/ACEXML/tests/Makefile
@@ -15,7 +15,6 @@ BIN = Transcoder_Test \
LSRC = $(addsuffix .cpp,$(BIN))
LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
#SHOBJ = $(addsuffix .so,$(BIN))
-CCFLAGS += -I..
BUILD = $(VBIN)
diff --git a/ACEXML/tests/NamespaceSupport_Test.cpp b/ACEXML/tests/NamespaceSupport_Test.cpp
index 9f3ed5db203..45509b21053 100644
--- a/ACEXML/tests/NamespaceSupport_Test.cpp
+++ b/ACEXML/tests/NamespaceSupport_Test.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "common/NamespaceSupport.h"
+#include "ACEXML/common/NamespaceSupport.h"
int main (int, ACE_TCHAR *[])
{
diff --git a/ACEXML/tests/Transcoder_Test.cpp b/ACEXML/tests/Transcoder_Test.cpp
index 1f7e113a93a..ff66804b309 100644
--- a/ACEXML/tests/Transcoder_Test.cpp
+++ b/ACEXML/tests/Transcoder_Test.cpp
@@ -1,6 +1,6 @@
// -*- C++ -*- $Id$
-#include "common/Transcode.h"
+#include "ACEXML/common/Transcode.h"
#include "ace/Log_Msg.h"
void dump_utf16 (const ACEXML_UTF16 *data,