X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fremake_id_test.cc;h=8d924d7026561d9c920b05e0c91a1319162fa24d;hp=d8bb5df830fcbbe8c75c6886a90bf458f5b5336b;hb=d557a34c5eb00549e152b28daba48ffec58936bf;hpb=96bdc3e22a6f7ca3fc5b7d5022080c447e122741 diff --git a/test/remake_id_test.cc b/test/remake_id_test.cc index d8bb5df83..8d924d702 100644 --- a/test/remake_id_test.cc +++ b/test/remake_id_test.cc @@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (remake_id_test) BOOST_REQUIRE (!wait_for_jobs ()); /* Copy the video file */ - boost::filesystem::path first_video = video_file(film); + boost::filesystem::path first_video = dcp_file(film, "j2c"); boost::filesystem::copy_file (first_video, first_video.string() + ".copy"); /* Make a new DCP with the same video file */