summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-28 22:40:08 +0100
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit2105b40ff1841be7e4c33d5131e20ef5c086350b (patch)
treebe96546f7284c708b9cac7e1a031a58d3ede81b4 /test
parent4359fb4c2b42a1030dd85c7330c6533362ed7539 (diff)
FAILED_READ: note -> error.
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 363aed93..68c8ff77 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -1721,7 +1721,7 @@ BOOST_AUTO_TEST_CASE (verify_invalid_cpl_metadata_missing_tag)
check_verify_result (
{ dir },
{},
- {{ dcp::VerificationNote::Code::FAILED_READ, string("missing XML tag Width in MainPictureStoredArea") }}
+ { dcp::VerificationNote(dcp::VerificationNote::Code::FAILED_READ).set_error("missing XML tag Width in MainPictureStoredArea") }
);
}