X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Frecover_test.cc;h=f6a6e08aae45daf5bae05d54b13850861cf907ea;hp=92eae27eb9e8cf4ce734cea3878f0f0de8464327;hb=f2416324fdaef8d75678da751446113fbe19de8a;hpb=b6c780d3107557d452c6612d715d01e2be52dbda diff --git a/test/recover_test.cc b/test/recover_test.cc index 92eae27eb..f6a6e08aa 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (recover_test) film->make_dcp (); wait_for_jobs (); - boost::filesystem::path const video = "build/test/recover_test/video/185_2K_1133fd57e751ce3e82146492466365f9_24_bicubic_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_e01c58c5783da57b689e65d9123ad3a3_24_bicubic_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, @@ -73,6 +73,6 @@ BOOST_AUTO_TEST_CASE (recover_test) shared_ptr B (new dcp::StereoPictureMXF (video)); dcp::EqualityOptions eq; - eq.mxf_names_can_differ = true; + eq.mxf_filenames_can_differ = true; BOOST_CHECK (A->equals (B, eq, boost::bind (¬e, _1, _2))); }