Fix tests. v1.8.51
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Jan 2023 06:39:25 +0000 (07:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jan 2023 06:39:25 +0000 (07:39 +0100)
test/verify_test.cc

index 34dc79bc08c1738b9d383802d0a9b52eb497e8bb..12bd3b017044fd5ae3c2a084a19cabb45f1c5618 100644 (file)
@@ -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 },
                });