X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Finterrupt_encoder_test.cc;h=e146d2916f63f8f3931e4a1faeb5e7935e2b7ffd;hb=5322933651e263a213d331e2c79d5b5404b6fc39;hp=ed988a65b44b15fdfedd2164267dcdb7da916cde;hpb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;p=dcpomatic.git diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc index ed988a65b..e146d2916 100644 --- a/test/interrupt_encoder_test.cc +++ b/test/interrupt_encoder_test.cc @@ -20,7 +20,7 @@ /** @file test/interrupt_encoder_test.cc * @brief Test clean shutdown of threads if a DCP encode is interrupted. - * @ingroup specific + * @ingroup feature */ #include "lib/film.h" @@ -33,7 +33,7 @@ #include "test.h" #include -using boost::shared_ptr; +using std::shared_ptr; /** Interrupt a DCP encode when it is in progress, as this used to (still does?) * sometimes give an error related to pthreads. @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test) film->set_container (Ratio::from_id ("185")); film->set_name ("interrupt_encoder_test"); - shared_ptr content (new FFmpegContent(private_data / "prophet_long_clip.mkv")); + shared_ptr content (new FFmpegContent(TestPaths::private_data() / "prophet_long_clip.mkv")); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs());