diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-12 18:49:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-12 18:49:12 +0100 |
| commit | 01ddd695a3105b195ba610298f952f9473d75134 (patch) | |
| tree | 1ed990048989be40b73b61b4de4545a4225bb553 | |
| parent | aa8843ee88691dfafa32079d80b94fbdb936f7a0 (diff) | |
Fix recover_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 f6a6e08aa..c2a335cfa 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_bicubic_100000000_P_S_3D.mxf"; + boost::filesystem::path const video = "build/test/recover_test/video/185_2K_e01c58c5783da57b689e65d9123ad3a3_24_100000000_P_S_3D.mxf"; boost::filesystem::copy_file ( video, |
