Apply the remainder of a 1.x patch; a test.
[dcpomatic.git] / test / recover_test.cc
index 92eae27eb9e8cf4ce734cea3878f0f0de8464327..f6a6e08aae45daf5bae05d54b13850861cf907ea 100644 (file)
@@ -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<dcp::StereoPictureMXF> 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 (&note, _1, _2)));
 }