|
From: <tbr...@us...> - 2012-03-20 14:21:17
|
Revision: 208
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=208&view=rev
Author: tbrowder2
Date: 2012-03-20 14:21:06 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
renaming for clarity
Modified Paths:
--------------
trunk/tests/Makefile.am
Added Paths:
-----------
trunk/tests/xmlwrappstring/
Removed Paths:
-------------
trunk/tests/ustring/
Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am 2012-03-20 14:16:52 UTC (rev 207)
+++ trunk/tests/Makefile.am 2012-03-20 14:21:06 UTC (rev 208)
@@ -3,7 +3,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
LIBS = $(top_builddir)/src/libxmlwrapp.la \
- $(top_builddir)/src/libustring.la \
+ $(top_builddir)/src/libxmlwrappstring.la \
$(BOOST_UNIT_TEST_FRAMEWORK_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) \
$(BOOST_IOSTREAMS_LIBS) $(BOOST_IOSTREAMS_LDFLAGS)
@@ -17,8 +17,8 @@
event/test_event.cc \
node/test_node.cc \
tree/test_tree.cc \
- ustring/test_ustring_compose.cc \
- ustring/test_ustring_format.cc \
+ xmlwrappstring/test_xmlwrappstring_compose.cc \
+ xmlwrappstring/test_xmlwrappstring_format.cc \
if WITH_XSLT
LIBS += $(top_builddir)/src/libxsltwrapp.la
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|