diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-21 09:27:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-21 09:27:06 +0000 |
| commit | e3ae1f787a67296c805d39234669aa8f66f95d27 (patch) | |
| tree | 3e1b93f5b0831f84a31e78d01bb3a4cc54c22501 | |
| parent | c4b4259c6f214a14a71f89f6d219b40f7177cd0f (diff) | |
Fix recover test filename.
| -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 92eae27eb..fd9290f9e 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_1133fd57e751ce3e82146492466365f9_24_bicubic_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_1918f67fe87ecfc4e8c09fe1c2dcefcc_24_bicubic_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, |
