diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-04 20:04:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-04 20:04:20 +0000 |
| commit | bee98cdc1ddc5f87749de3bbf2ae5e4b2ef498c3 (patch) | |
| tree | 221d235540a92006d868cc70bc725caa89396fbd | |
| parent | b24ab9910119cf3207eb8471c6444f6856f4659c (diff) | |
Fix recover test digest since colour conversion digests changed again.
| -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 cb5c26858..56a8a2f20 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_1918f67fe87ecfc4e8c09fe1c2dcefcc_24_bicubic_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_80b0300a477c0792f2d9386482cd2ad5_24_bicubic_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, |
