summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-23 23:49:39 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-23 23:49:39 +0100
commit95d254b704d3d3ca74e2948edaa058e81d565c7b (patch)
tree9cabebbce89e3a300276dd242f8b550a14e8b28a
parent786d0317a86f81d391efd4fab1bb331b4959f666 (diff)
Fix missing test exception.
-rw-r--r--test/closed_caption_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc
index 434aacde3..b5b13e040 100644
--- a/test/closed_caption_test.cc
+++ b/test/closed_caption_test.cc
@@ -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,
}
);