summaryrefslogtreecommitdiff
path: root/test/subtitle_language_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-12 22:42:32 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-14 18:42:09 +0200
commitec02427b46e95fa2a63ad680e0a9787f2d306305 (patch)
treea68ea22ad9cdc31a4141be2122d017bff80497b5 /test/subtitle_language_test.cc
parentc6c81128909add9908c5a13e156cd91dde001eec (diff)
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'test/subtitle_language_test.cc')
-rw-r--r--test/subtitle_language_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/subtitle_language_test.cc b/test/subtitle_language_test.cc
index a1a45eb42..789412912 100644
--- a/test/subtitle_language_test.cc
+++ b/test/subtitle_language_test.cc
@@ -53,7 +53,7 @@ BOOST_AUTO_TEST_CASE (subtitle_language_interop_test)
{
dcp::VerificationNote::Code::INVALID_STANDARD,
dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING,
- dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21,
},
false,
/* clairmeta raises errors about subtitle spacing/duration */
@@ -78,7 +78,7 @@ BOOST_AUTO_TEST_CASE (subtitle_language_smpte_test)
{
dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE,
dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
- dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION,
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21,
dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING,
dcp::VerificationNote::Code::MISSING_CPL_METADATA
});
@@ -105,7 +105,7 @@ BOOST_AUTO_TEST_CASE(subtitle_language_in_cpl_test)
film,
{
dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
- dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION,
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21,
dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING
});