Test data updates.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 May 2015 10:04:17 +0000 (11:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 May 2015 10:04:17 +0000 (11:04 +0100)
test/recover_test.cc

index 09f7a12493f0fa03288fd40295d5ee024efcaa62..e14832dce7b01a0486d7df6809a3750025fc620a 100644 (file)
@@ -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 ();