From 23e8b88797af2e6344f769cac05018da479e2da5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Dec 2020 20:52:29 +0100 Subject: Rename some notes to clarify places where size refers to bytes, not pixels. --- test/verify_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/verify_test.cc b/test/verify_test.cc index 438dbbd6..e74a737a 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -574,7 +574,7 @@ BOOST_AUTO_TEST_CASE (verify_test15) dirs.push_back (dir); list notes = dcp::verify (dirs, &stage, &progress, xsd_test); BOOST_REQUIRE_EQUAL (notes.size(), 1); - BOOST_CHECK_EQUAL (notes.front().code(), dcp::VerificationNote::PICTURE_FRAME_TOO_LARGE); + BOOST_CHECK_EQUAL (notes.front().code(), dcp::VerificationNote::PICTURE_FRAME_TOO_LARGE_IN_BYTES); } @@ -601,7 +601,7 @@ BOOST_AUTO_TEST_CASE (verify_test16) dirs.push_back (dir); list notes = dcp::verify (dirs, &stage, &progress, xsd_test); BOOST_REQUIRE_EQUAL (notes.size(), 1); - BOOST_CHECK_EQUAL (notes.front().code(), dcp::VerificationNote::PICTURE_FRAME_NEARLY_TOO_LARGE); + BOOST_CHECK_EQUAL (notes.front().code(), dcp::VerificationNote::PICTURE_FRAME_NEARLY_TOO_LARGE_IN_BYTES); } -- cgit v1.2.3