From f0157211412bf5d1b76f2ee60d06e0631dc2d76a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Apr 2018 22:32:08 +0100 Subject: Cope with change to string. --- test/verify_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/verify_test.cc b/test/verify_test.cc index a0360730..f39d7ae6 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -108,7 +108,7 @@ BOOST_AUTO_TEST_CASE (verify_test1) notes = dcp::verify (directories, &stage, &progress); BOOST_CHECK_EQUAL (notes.size(), 2); BOOST_CHECK_EQUAL (notes.front().type(), dcp::VerificationNote::VERIFY_ERROR); - BOOST_CHECK_EQUAL (notes.front().note(), "Picture asset hash is incorrect"); + BOOST_CHECK_EQUAL (notes.front().note(), "Picture asset hash is incorrect."); BOOST_CHECK_EQUAL (notes.back().type(), dcp::VerificationNote::VERIFY_ERROR); - BOOST_CHECK_EQUAL (notes.back().note(), "Sound asset hash is incorrect"); + BOOST_CHECK_EQUAL (notes.back().note(), "Sound asset hash is incorrect."); } -- cgit v1.2.3