X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fpulldown_detect_test.cc;h=3c2df826c06c76a3f93533c5bd34f9b9b0f057e3;hb=fa85cc6352a2f25bdd1d4421c9490f9fca266e04;hp=e4f8aa711c085fda1b70e0a2509290bfd2b83424;hpb=23804b8beddd616cef60900d6e51deb7788cbd79;p=dcpomatic.git diff --git a/test/pulldown_detect_test.cc b/test/pulldown_detect_test.cc index e4f8aa711..3c2df826c 100644 --- a/test/pulldown_detect_test.cc +++ b/test/pulldown_detect_test.cc @@ -26,13 +26,13 @@ #include -using boost::shared_ptr; +using std::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()));