diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 16:55:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-22 10:33:45 +0200 |
| commit | c95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch) | |
| tree | 82857f50135db65c8750e9e4492536d4639e0a91 /test/subtitle_position_test.cc | |
| parent | e3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff) | |
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/subtitle_position_test.cc')
| -rw-r--r-- | test/subtitle_position_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/subtitle_position_test.cc b/test/subtitle_position_test.cc index d9dd0c61a..9c71b0d70 100644 --- a/test/subtitle_position_test.cc +++ b/test/subtitle_position_test.cc @@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE(srt_correctly_placed_in_interop) { string const name = "srt_in_interop_position_test"; auto fr = content_factory("test/data/short.srt"); - auto film = new_test_film2(name, fr); + auto film = new_test_film(name, fr); fr[0]->only_text()->set_language(dcp::LanguageTag("de")); film->set_interop(true); @@ -69,7 +69,7 @@ BOOST_AUTO_TEST_CASE(srt_correctly_placed_in_smpte) { string const name = "srt_in_smpte_position_test"; auto fr = content_factory("test/data/short.srt"); - auto film = new_test_film2(name, fr); + auto film = new_test_film(name, fr); fr[0]->text[0]->set_language(dcp::LanguageTag("en")); film->set_interop(false); @@ -114,7 +114,7 @@ vpos_test(dcp::VAlign reference, float position, dcp::SubtitleStandard from, dcp auto name = String::compose("vpos_test_%1_%2", standard, valign_to_string(reference)); auto in = content_factory(String::compose("test/data/%1.xml", name)); - auto film = new_test_film2(name, in); + auto film = new_test_film(name, in); film->set_interop(to == dcp::Standard::INTEROP); |
