Rename Content::full_length -> Content::full_length_dcp
[dcpomatic.git] / test / subtitle_charset_test.cc
index 8233bf023c9b7b1df9d74c4aa232b8ce09860bc7..664241063f8ccfa8c8699ba635e7ba17cc18cbec 100644 (file)
@@ -48,5 +48,5 @@ BOOST_AUTO_TEST_CASE (subtitle_charset_test2)
        auto ts = dynamic_pointer_cast<StringTextFileContent> (content);
        BOOST_REQUIRE (ts);
        /* Make sure we got the subtitle data from the file */
-       BOOST_REQUIRE_EQUAL (content->full_length(film).get(), 6052032);
+       BOOST_REQUIRE_EQUAL (content->full_length_dcp(film).get(), 6052032);
 }