diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-13 21:47:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-14 18:42:09 +0200 |
| commit | 4b4d0410e78637f8b2317a059accf8a239b56b49 (patch) | |
| tree | ddb30be42918687c0086b43f51507d3f4e86a657 | |
| parent | ec02427b46e95fa2a63ad680e0a9787f2d306305 (diff) | |
Fix test to not raise an error from clairmeta.
| -rw-r--r-- | test/subtitle_reel_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subtitle_reel_test.cc b/test/subtitle_reel_test.cc index b9c2541fd..a9fa2915d 100644 --- a/test/subtitle_reel_test.cc +++ b/test/subtitle_reel_test.cc @@ -243,7 +243,7 @@ BOOST_AUTO_TEST_CASE(bad_subtitle_not_created_at_reel_boundaries) auto film = new_test_film("bad_subtitle_not_created_at_reel_boundaries", { content }); film->set_reel_type(ReelType::CUSTOM); - content->text[0]->set_language(dcp::LanguageTag("de-DE")); + content->text[0]->set_language(dcp::LanguageTag("de")); /* This is 1 frame after the start of the subtitle */ film->set_custom_reel_boundaries({dcpomatic::DCPTime::from_frames(241, 24)}); |
