From c960453ff4048639a5db18bdfd7f228df539a9b9 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sun, 10 Dec 2017 15:03:03 -0500 Subject: [PATCH] prevent supression of failing round-trip tests --- tests/helpers/xml_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/xml_helper.hpp b/tests/helpers/xml_helper.hpp index 3ceaf16c..08ea4643 100644 --- a/tests/helpers/xml_helper.hpp +++ b/tests/helpers/xml_helper.hpp @@ -305,7 +305,7 @@ public: } if (!compare_files(left_archive.read(left_member), - left_archive.read(left_member), left_content_type)) + right_archive.read(left_member), left_content_type)) { std::cout << left_member.string() << std::endl; match = false;