diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-13 23:15:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-13 23:15:12 +0200 |
| commit | ac226293204dc2e8d6780674c558615a8646fc59 (patch) | |
| tree | 6f974a39caa6f743fec51deebeace5a47301713e /test | |
| parent | 29a92559cfb410cb83143bd36d41d4d69f9b5462 (diff) | |
fixup! Extract and fix closed text display logic (#2857).2857-cap
Diffstat (limited to 'test')
| -rw-r--r-- | test/closed_text_display_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/closed_text_display_test.cc b/test/closed_text_display_test.cc index e3494471c..6c88d45b6 100644 --- a/test/closed_text_display_test.cc +++ b/test/closed_text_display_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE(closed_text_display_test1) { auto text = content_factory("test/data/frames.srt"); - auto film = new_test_film("closed_text_display_test1", text); + auto film = new_test_film2("closed_text_display_test1", text); DCPTextTrack track("test", dcp::LanguageTag("de-DE")); text[0]->text[0]->set_type(TextType::CLOSED_CAPTION); |
