diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-27 11:12:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-27 11:12:39 +0100 |
| commit | 4cf7ff9cc2e4a03b12932edfdab0964002bff81f (patch) | |
| tree | 3b86d0bb262fec64b5d9873cf79632c643fd3153 | |
| parent | f24ecc55366073d1c267806914e293602f90e3ce (diff) | |
Video length representation changed so hash changed.
| -rw-r--r-- | test/recover_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index e57674488..d76c2f716 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_dfd7979910001f46bb36354c42701713_24_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_40c62abb30c0c1185678d71d58674459_24_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, |
