summaryrefslogtreecommitdiff
path: root/test/cpl_sar_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpl_sar_test.cc')
-rw-r--r--test/cpl_sar_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc
index cafa589f..92e38a00 100644
--- a/test/cpl_sar_test.cc
+++ b/test/cpl_sar_test.cc
@@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar)
xmlpp::Document doc;
xmlpp::Element* el = doc.create_root_node ("Test");
pa->write_to_cpl (el, dcp::INTEROP);
-
+
cxml::Node node (el);
BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "1.85");
}
@@ -52,7 +52,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar)
xmlpp::Document doc;
xmlpp::Element* el = doc.create_root_node ("Test");
pa->write_to_cpl (el, dcp::INTEROP);
-
+
cxml::Node node (el);
BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "2.39");
}