diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-29 09:28:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-29 09:28:23 +0100 |
| commit | 088f3cc5d2f200c27d76c23c480153f1b93f8230 (patch) | |
| tree | 3e43a4174c5e0a9458a753d1e3db8bb5ddb43fba /test | |
| parent | c534aeb70d3770b5a081796b7aae1cfef1411cad (diff) | |
Revert 3b6dd4db.
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.cc b/test/tests.cc index 90b31cb..fc16031 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -73,4 +73,5 @@ BOOST_AUTO_TEST_CASE (test) BOOST_CHECK_EQUAL (document.node_children("H/I").back()->content(), "more testing"); BOOST_CHECK_EQUAL (document.string_child("J/K"), "jim"); + BOOST_CHECK (!document.optional_bool_child("G")); } |
