diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-07 05:53:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-07 06:29:03 +0100 |
| commit | eeadd37bcb60c199cac6fab8a85f56d339865565 (patch) | |
| tree | a7a1947ece4816f033f2f5476bd946f55bdd1c69 /test/text_entry_point_test.cc | |
| parent | a32c6379ae3045b9121279f482a6adf57c73bc37 (diff) | |
Rename can_reference_*() -> can_reuse_*().
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 f748a2680..995b6db49 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_reference_text(film2, TextType::OPEN_SUBTITLE, why_not)); + BOOST_CHECK(!dcp_content->can_reuse_text(film2, TextType::OPEN_SUBTITLE, why_not)); BOOST_CHECK_EQUAL(why_not, "one of its subtitle reels has a non-zero entry point so it must be re-written."); } |
