diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-23 16:45:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 975cd833e2b5be78fdf39b8ef6e38b73a51dd3cc (patch) | |
| tree | 563bcd4e275374d18f454123eaaf11efcc0bba06 | |
| parent | a93d6e9872f0de79f5d612320837a1fc9d557f63 (diff) | |
Fix recover test hash; not sure why.
| -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 a16e19639..93288c300 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d) film->make_dcp (); wait_for_jobs (); - boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_9284c41c42044ef9b4c14482730cdffe_24_100000000_P_S_0_1200000.mxf"; + boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_517799e697fdd13033f9f7e836e7dc43_24_100000000_P_S_0_1200000.mxf"; boost::filesystem::copy_file ( video, "build/test/recover_test_2d/original.mxf" |
