diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 23:39:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 23:39:01 +0100 |
| commit | b084aef4443929e14acf690f7c9e2378b80fb43f (patch) | |
| tree | b51c0e05b9a2c362531bbc1ebae21f2b80bb970d /test | |
| parent | ee37079f77166aaa309ffe7b3475b4f79f88eaa8 (diff) | |
Fix test hash after adding subtitle line spacing to the subtitle content identifier.
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 f9ef8793e..98d52ef76 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_bf7d9a3ad543b4f048be97e8df309918_24_100000000_P_S_0_1200000.mxf"; + boost::filesystem::path const video = "build/test/recover_test_2d/video/185_2K_9284c41c42044ef9b4c14482730cdffe_24_100000000_P_S_0_1200000.mxf"; boost::filesystem::copy_file ( video, "build/test/recover_test_2d/original.mxf" |
