diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-24 15:12:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-24 15:12:54 +0100 |
| commit | cec1f7a6a7c6622f37c8bfae36b1a72aefbfe339 (patch) | |
| tree | c06d05ce24cfdec1e925f6d8ed0b404149e0ab73 | |
| parent | 90a4f2918ab43e44e831f5bd946b38166f5d8ab4 (diff) | |
Fix test since colour conversion changes.
| -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 c2a335cfa..09f7a1249 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_e01c58c5783da57b689e65d9123ad3a3_24_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_262d2f711190093815aa9f18c99495ce_24_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, |
