summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-26 11:04:17 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-26 11:04:17 +0100
commitd77c17f61000fd8ae7c741c637d297e0098725c3 (patch)
tree51bf1d22bf8094dbbd7f6a11a89663d67d02c5b5 /test
parentb563caea32a9ad86137e6e367c2c422ae6dcab7e (diff)
Test data updates.
Diffstat (limited to 'test')
-rw-r--r--test/recover_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc
index 09f7a1249..e14832dce 100644
--- a/test/recover_test.cc
+++ b/test/recover_test.cc
@@ -57,14 +57,14 @@ BOOST_AUTO_TEST_CASE (recover_test)
film->make_dcp ();
wait_for_jobs ();
- boost::filesystem::path const video = "build/test/recover_test/video/185_2K_262d2f711190093815aa9f18c99495ce_24_100000000_P_S_3D.mxf";
+ boost::filesystem::path const video = "build/test/recover_test/video/185_2K_dfd7979910001f46bb36354c42701713_24_100000000_P_S_3D.mxf";
boost::filesystem::copy_file (
video,
"build/test/recover_test/original.mxf"
);
- boost::filesystem::resize_file (video, 2 * 1024 * 1024);
+// boost::filesystem::resize_file (video, 2 * 1024 * 1024);
film->make_dcp ();
wait_for_jobs ();