diff options
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."); } |
