diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-28 23:13:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-06 22:48:30 +0100 |
| commit | eac3cac07eb97a6bcf6accd1575af76cd6f59112 (patch) | |
| tree | a4fa1dfb9130ddcdfec37a48eea8110c981520d8 /test/verify_test.cc | |
| parent | 9b1b653f1a169dae3e939c58d73356ff02e5835c (diff) | |
Don't use flat_red.j2c for the simple DCP test as it's only 8-bit.
Diffstat (limited to 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index fc2ed203..f5a012a6 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -332,8 +332,8 @@ BOOST_AUTO_TEST_CASE (verify_mismatched_picture_sound_hashes) { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISMATCHED_CPL_HASHES, dcp_test1_cpl_id, canonical(dir / dcp_test1_cpl) }, { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISMATCHED_PICTURE_HASHES, canonical(dir / "video.mxf") }, { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISMATCHED_SOUND_HASHES, canonical(dir / "audio.mxf") }, - { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_XML, "value 'xxz+gUPoPMdbFlAewvWIq8BRhBmA=' is invalid Base64-encoded binary", canonical(dir / dcp_test1_pkl), 12 }, - { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_XML, "value 'xXGhFVrqZqapOJx5Fh2SLjj48Yjg=' is invalid Base64-encoded binary", canonical(dir / dcp_test1_pkl), 19 }, + { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_XML, "value 'xX3bMCBdXEOYEpYmsConNWrWUAGs=' is invalid Base64-encoded binary", canonical(dir / dcp_test1_pkl), 12 }, + { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_XML, "value 'xaddO7je2lZSNQp55qjCWo5DLKFQ=' is invalid Base64-encoded binary", canonical(dir / dcp_test1_pkl), 19 }, { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::INVALID_XML, "value 'xqtXbkcwhUj/yqquVLmV+wbzbxQ8=' is invalid Base64-encoded binary", canonical(dir / dcp_test1_pkl), 26 } }); } @@ -2187,7 +2187,7 @@ BOOST_AUTO_TEST_CASE (verify_missing_hash) { BOOST_REQUIRE (cpl->file()); Editor e(cpl->file().get()); - e.replace("<Hash>XGhFVrqZqapOJx5Fh2SLjj48Yjg=</Hash>", ""); + e.replace("<Hash>addO7je2lZSNQp55qjCWo5DLKFQ=</Hash>", ""); } check_verify_result ( |
