summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/open_caption_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/open_caption_test.cc b/test/open_caption_test.cc
index 06b08c151..d1f173062 100644
--- a/test/open_caption_test.cc
+++ b/test/open_caption_test.cc
@@ -32,13 +32,13 @@ BOOST_AUTO_TEST_CASE(basic_open_caption_test)
auto film = new_test_film("basic_open_caption_test", { content });
content->text[0]->set_type(TextType::OPEN_CAPTION);
+ content->text[0]->set_language(dcp::LanguageTag("de"));
make_and_verify_dcp(
film,
{
dcp::VerificationNote::Code::MISSING_CPL_METADATA,
- dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME,
- dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE
+ dcp::VerificationNote::Code::INVALID_SUBTITLE_FIRST_TEXT_TIME
}
);