summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 },
});