Fix missing test exception.
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 22:49:39 +0000 (23:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 22:49:39 +0000 (23:49 +0100)
test/closed_caption_test.cc

index 434aacde3ebedc404735e6a5f0a8de07ddb57d6d..b5b13e040eda7bd88e795298fc97a1e4fdd46ce0 100644 (file)
@@ -80,7 +80,8 @@ BOOST_AUTO_TEST_CASE (closed_caption_test2)
                {
                        dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION,
                        dcp::VerificationNote::Code::INVALID_CLOSED_CAPTION_LINE_LENGTH,
-                       dcp::VerificationNote::Code::MISSING_CPL_METADATA
+                       dcp::VerificationNote::Code::MISSING_CPL_METADATA,
+                       dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
                }
                );