diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-30 22:33:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-30 22:33:35 +0100 |
| commit | 4e0e525106669ef350e86721f77a508d178524c8 (patch) | |
| tree | 423ce07ca6316127fd8df2a1309b94c60d0258cb /test | |
| parent | bf4273cb88539fbacd0c13f7ca30bbe48e6ad346 (diff) | |
| parent | 9b98a07cb61fd66fd73f9f58468100ec9b7eddd3 (diff) | |
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'test')
| -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 00b277367..807e7a01d 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_84d36460538435d5d511ee533c8528df_24_100000000_P_S_0_1200000.mxf"; + boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_e18078ba81a58b44b62d9153460c898b_24_100000000_P_S_0_1200000.mxf"; boost::filesystem::copy_file ( video, "build/test/recover_test_2d/original.mxf" |
