summaryrefslogtreecommitdiff
path: root/test/tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.cc')
-rw-r--r--test/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 4fc72b2..61312c4 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -72,7 +72,7 @@ BOOST_AUTO_TEST_CASE (test)
BOOST_CHECK_EQUAL (h.size(), 1);
BOOST_CHECK_EQUAL (h.front()->node_children("I").size(), 2);
BOOST_CHECK_EQUAL (h.front()->node_children("I").front()->content(), "testing");
- BOOST_CHECK_EQUAL (h.front()->node_children("I").back()->content(), "more testing");
+ BOOST_CHECK_EQUAL (h.front()->node_children("I").back()->content(), "more testing!");
BOOST_CHECK_EQUAL (document.node_children("J").size(), 1);
BOOST_CHECK_EQUAL (document.node_children("J").front()->node_children("K").size(), 1);