Put tree control open icons into the KDM cinema/screen list
[dcpomatic.git] / test / recover_test.cc
index 07b38083829aedb80853691f751ddf9844a64f5e..a70357e94d1709a094416c93182009efec01473b 100644 (file)
@@ -57,13 +57,13 @@ BOOST_AUTO_TEST_CASE (recover_test)
        film->make_dcp ();
        wait_for_jobs ();
 
-       boost::filesystem::path const video = "build/test/recover_test/video/185_2K_0e7cded8bd5cb8143184fc7729be136e_24_100000000_P_S_3D.mxf";
+       boost::filesystem::path const video = "build/test/recover_test/video/185_2K_961f053444e90c5ddbf978eb0ebfa772_24_100000000_P_S_3D.mxf";
 
        boost::filesystem::copy_file (
                video,
                "build/test/recover_test/original.mxf"
                );
-       
+
        boost::filesystem::resize_file (video, 2 * 1024 * 1024);
 
        film->make_dcp ();