diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-14 18:39:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-14 18:39:23 +0100 |
| commit | 6d1232abc853ea3771c35da6d3ff091b66baa1f2 (patch) | |
| tree | 30b9e5275b30f8927a90d3db388d8ea10f0b6b24 /test/text_entry_point_test.cc | |
| parent | a680098a14cf40172370fde12c86691b82a36051 (diff) | |
FIXME: fix bugs.448-re-use
Diffstat (limited to 'test/text_entry_point_test.cc')
| -rw-r--r-- | test/text_entry_point_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text_entry_point_test.cc b/test/text_entry_point_test.cc index a79fb72b3..3d2b12cd3 100644 --- a/test/text_entry_point_test.cc +++ b/test/text_entry_point_test.cc @@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE(test_text_entry_point) film2->read_metadata(); string why_not; - BOOST_CHECK(!dcp_content->can_reuse_text(film2, TextType::OPEN_SUBTITLE, &why_not)); + BOOST_CHECK(!dcp_content->can_reuse_text(film2, TextType::OPEN_SUBTITLE, ReuseType::REFERENCE, &why_not)); BOOST_CHECK_EQUAL(why_not, "one of its subtitle reels has a non-zero entry point so it must be re-written."); } |
