X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fsubtitle_charset_test.cc;h=664241063f8ccfa8c8699ba635e7ba17cc18cbec;hb=aba51f807ff3a6b58bfc92ccee900db015211cd3;hp=8233bf023c9b7b1df9d74c4aa232b8ce09860bc7;hpb=a460ac98a12afb2cb51aab073bb4fe1a073e8c55;p=dcpomatic.git diff --git a/test/subtitle_charset_test.cc b/test/subtitle_charset_test.cc index 8233bf023..664241063 100644 --- a/test/subtitle_charset_test.cc +++ b/test/subtitle_charset_test.cc @@ -48,5 +48,5 @@ BOOST_AUTO_TEST_CASE (subtitle_charset_test2) auto ts = dynamic_pointer_cast (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); }