diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-25 15:00:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-25 15:00:01 +0000 |
| commit | 2e9855c34f861ed59affb0cfc021f78ea5417808 (patch) | |
| tree | 9b0123f2a8b8310ba14a36543e9b082a8265880f | |
| parent | c371d7ecf2f8aa5e493ec1bb80bdc4047e9ccc24 (diff) | |
Fix test filename after digest changes.
| -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 a0886fbf4..f6a6e08aa 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_80b0300a477c0792f2d9386482cd2ad5_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, |
