diff options
Diffstat (limited to 'test/cpl_sar.cc')
| -rw-r--r-- | test/cpl_sar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpl_sar.cc b/test/cpl_sar.cc index a878e6b4..a545a5bc 100644 --- a/test/cpl_sar.cc +++ b/test/cpl_sar.cc @@ -37,7 +37,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar) xmlpp::Document doc; xmlpp::Element* el = doc.create_root_node ("Test"); mp->write_to_cpl (el); - + cxml::Node node (el); BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "1.85"); } @@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar) xmlpp::Document doc; xmlpp::Element* el = doc.create_root_node ("Test"); mp->write_to_cpl (el); - + cxml::Node node (el); BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "2.39"); } |
