diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-01 08:29:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-01 08:29:26 +0100 |
| commit | ccd62d3976f2f64af10878ada029acab5d51ff75 (patch) | |
| tree | c5901d4aabff792ab63082b39864b6efaf115816 | |
| parent | b68fb4c103b5580509070c7733d3ae7deb46c3ce (diff) | |
Test hash change due to adding video 'use' flag.
| -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 0d9ed1db1..32bc40c41 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d) film->make_dcp (); BOOST_REQUIRE (!wait_for_jobs()); - boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_e18078ba81a58b44b62d9153460c898b_24_100000000_P_S_0_1200000.mxf"; + boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_d4343facdd66ca71f62a964fbade89f3_24_100000000_P_S_0_1200000.mxf"; boost::filesystem::copy_file ( video, "build/test/recover_test_2d/original.mxf" |
