From cec1f7a6a7c6622f37c8bfae36b1a72aefbfe339 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Apr 2015 15:12:54 +0100 Subject: Fix test since colour conversion changes. --- test/recover_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3