X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frecover_test.cc;h=e14832dce7b01a0486d7df6809a3750025fc620a;hb=d77c17f61000fd8ae7c741c637d297e0098725c3;hp=09f7a12493f0fa03288fd40295d5ee024efcaa62;hpb=b563caea32a9ad86137e6e367c2c422ae6dcab7e;p=dcpomatic.git diff --git a/test/recover_test.cc b/test/recover_test.cc index 09f7a1249..e14832dce 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -57,14 +57,14 @@ BOOST_AUTO_TEST_CASE (recover_test) film->make_dcp (); wait_for_jobs (); - boost::filesystem::path const video = "build/test/recover_test/video/185_2K_262d2f711190093815aa9f18c99495ce_24_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_dfd7979910001f46bb36354c42701713_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); +// boost::filesystem::resize_file (video, 2 * 1024 * 1024); film->make_dcp (); wait_for_jobs ();