diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 16:53:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-28 16:53:00 +0200 |
| commit | 6467d7542585b0d61f30c4a87ec93db1d52cc2f5 (patch) | |
| tree | 2187d450d9e70579db58852e99d578bbbf39d32e | |
| parent | d70f72ad7b25f5b71e8c27381e8bfdce6c0fa5b4 (diff) | |
Fix test build.
| -rw-r--r-- | test/subtitle_font_id_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subtitle_font_id_test.cc b/test/subtitle_font_id_test.cc index 8ced35108..9a901727b 100644 --- a/test/subtitle_font_id_test.cc +++ b/test/subtitle_font_id_test.cc @@ -337,7 +337,7 @@ BOOST_AUTO_TEST_CASE(cope_with_unloaded_font_id) { /* This file has a <Font> with an ID that corresponds to no <LoadFont> */ auto subs = content_factory("test/data/unloaded_font.xml")[0]; - auto film = new_test_film2("cope_with_unloaded_font_id", { subs }); + auto film = new_test_film("cope_with_unloaded_font_id", { subs }); make_and_verify_dcp( film, |
