From ae6ba1b6e48e28292f76ea35121d99ac6cb1555b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Dec 2020 10:54:55 +0100 Subject: [PATCH] We can always dump notes where there are none expected. --- test/verify_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/verify_test.cc b/test/verify_test.cc index 62b5c6c4..ac2d825b 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -130,7 +130,6 @@ private: }; -#if 0 static void dump_notes (list const & notes) @@ -139,7 +138,6 @@ dump_notes (list const & notes) std::cout << dcp::note_to_string(i) << "\n"; } } -#endif /* Check DCP as-is (should be OK) */ BOOST_AUTO_TEST_CASE (verify_test1) @@ -695,6 +693,7 @@ BOOST_AUTO_TEST_CASE (verify_test20) vector dirs; dirs.push_back (dir); list notes = dcp::verify (dirs, &stage, &progress, xsd_test); + dump_notes (notes); BOOST_REQUIRE_EQUAL (notes.size(), 0); } -- 2.30.2