summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-16 14:24:48 +0100
committerCarl Hetherington <cth@carlh.net>2021-03-16 14:37:42 +0100
commit3b78e9223c9be784531475acacb88b59b2459f48 (patch)
tree7c97e11d3e4fd364f015c186594b41d13bcca495 /test
parent7a1563c37d6e4e8ab016e8d3b2bcf5e29a327053 (diff)
Split subtitles at reel boundaries (#1918).
Diffstat (limited to 'test')
-rw-r--r--test/reels_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/reels_test.cc b/test/reels_test.cc
index 47ead7e12..a37e14067 100644
--- a/test/reels_test.cc
+++ b/test/reels_test.cc
@@ -390,7 +390,8 @@ BOOST_AUTO_TEST_CASE (reels_test10)
{
dcp::VerificationNote::Code::EXTERNAL_ASSET,
dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE,
- dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION,
});
}