summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-13 00:14:44 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-13 00:14:44 +0100
commit87ecaefdaad13fa31ff54270d4d5e6c483d2102b (patch)
treeb52b137ffa43db5b21c0d7d04b3e7459729dd33e /test
parent7036fb00620a03934e6008df420d19de1a90adbf (diff)
Fix test in previous.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index e55e0b6e..5a9489fe 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -430,7 +430,7 @@ BOOST_AUTO_TEST_CASE (verify_failed_read_content_kind)
{
dcp::VerificationNote(
dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISMATCHED_CPL_HASHES, dcp_test1_cpl_id(), canonical(dir / dcp_test1_cpl())
- ).set_reference_hash(calc.old_hash()).set_calculated_hash("4v/mVjs1Rw0NELxgyHa5rSpoBPA="),
+ ).set_reference_hash(calc.old_hash()).set_calculated_hash(calc.new_hash()),
{ dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_CONTENT_KIND, string("xtrailer") }
});
}