summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-14 23:58:53 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit151330152d773fd2bc9e3260d918e25aeb179234 (patch)
treef0a9555e42e510e4d1ac1aaeb2004528e474502b /test
parentd4519ea7898ccb878a297126bbb45c7b65cccd08 (diff)
Change the word 'disagree' to 'differ'.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index 1fc66dcd..24d583b6 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -244,10 +244,10 @@ BOOST_AUTO_TEST_CASE (verify_test3)
BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::CPL_HASH_INCORRECT);
++i;
BOOST_CHECK_EQUAL (i->type(), dcp::VerificationNote::VERIFY_ERROR);
- BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::PKL_CPL_PICTURE_HASHES_DISAGREE);
+ BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::PKL_CPL_PICTURE_HASHES_DIFFER);
++i;
BOOST_CHECK_EQUAL (i->type(), dcp::VerificationNote::VERIFY_ERROR);
- BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::PKL_CPL_SOUND_HASHES_DISAGREE);
+ BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::PKL_CPL_SOUND_HASHES_DIFFER);
++i;
BOOST_CHECK_EQUAL (i->type(), dcp::VerificationNote::VERIFY_ERROR);
BOOST_CHECK_EQUAL (i->code(), dcp::VerificationNote::XML_VALIDATION_ERROR);