diff options
Diffstat (limited to 'test/interop_load_font_test.cc')
| -rw-r--r-- | test/interop_load_font_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/interop_load_font_test.cc b/test/interop_load_font_test.cc index 9940c5e0..04520080 100644 --- a/test/interop_load_font_test.cc +++ b/test/interop_load_font_test.cc @@ -22,6 +22,7 @@ #include <libxml++/libxml++.h> #include <boost/test/unit_test.hpp> +/** Test dcp::InteropLoadFont's simple constructor */ BOOST_AUTO_TEST_CASE (interop_load_font_test1) { dcp::InteropLoadFontNode lf ("my-great-id", "my-great-uri"); @@ -29,6 +30,7 @@ BOOST_AUTO_TEST_CASE (interop_load_font_test1) BOOST_CHECK_EQUAL (lf.uri, "my-great-uri"); } +/** Test dcp::InteropLoadFont's XML constructor */ BOOST_AUTO_TEST_CASE (interop_load_font_test2) { xmlpp::Document doc; |
