summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-16 07:39:25 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-16 07:39:25 +0100
commitd24b16a9b1ad2fdaef264d9c9e7ab23a95a98ad1 (patch)
treec66dfd822a5d6cdd9796d98e59b43a8165e679ea
parent4c0e03e857066a8241bfb286412f76a8c52d2760 (diff)
Fix tests.v1.8.51
-rw-r--r--test/verify_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index 34dc79bc..12bd3b01 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -918,6 +918,7 @@ BOOST_AUTO_TEST_CASE (verify_empty_text_node_in_subtitles_with_empty_child_nodes
check_verify_result (
{ dir },
{
+ { dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISSING_SUBTITLE, asset->id(), boost::filesystem::canonical(asset->file().get()) },
{ dcp::VerificationNote::Type::BV21_ERROR, dcp::VerificationNote::Code::INVALID_STANDARD },
{ dcp::VerificationNote::Type::WARNING, dcp::VerificationNote::Code::EMPTY_TEXT },
});