X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fpulldown_detect_test.cc;h=e6adb288f8e8707e02353721fa459eb6f504e525;hb=cadca6e4f8c1d844f1b5fb9375023e627c674fa9;hp=e4f8aa711c085fda1b70e0a2509290bfd2b83424;hpb=23804b8beddd616cef60900d6e51deb7788cbd79;p=dcpomatic.git diff --git a/test/pulldown_detect_test.cc b/test/pulldown_detect_test.cc index e4f8aa711..e6adb288f 100644 --- a/test/pulldown_detect_test.cc +++ b/test/pulldown_detect_test.cc @@ -32,7 +32,7 @@ using boost::shared_ptr; BOOST_AUTO_TEST_CASE (pulldown_detect_test1) { shared_ptr film = new_test_film2 ("pulldown_detect_test1"); - shared_ptr content = content_factory(TestPaths::private_data / "greatbrain.mkv").front(); + shared_ptr content = content_factory(TestPaths::private_data() / "greatbrain.mkv").front(); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs()); BOOST_REQUIRE (static_cast(content->video_frame_rate()));