From: Carl Hetherington Date: Fri, 10 May 2024 22:25:38 +0000 (+0200) Subject: fixup! WIP: stop using video directory and hard-linking (#2756). X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=fd8e2e70608316c99dee63d647fbedff084d516c;p=dcpomatic.git fixup! WIP: stop using video directory and hard-linking (#2756). --- diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc index 3497772a2..77891b0c2 100644 --- a/test/video_mxf_content_test.cc +++ b/test/video_mxf_content_test.cc @@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE (video_mxf_content_test) }); auto ref = make_shared(ref_mxf); - auto comp_mxf = find_file("build/test/video_mxf_content_test/video", ".mxf"); + auto comp_mxf = find_file(film->file(film->dcp_name()), "j2c_"); auto comp = make_shared(comp_mxf); dcp::EqualityOptions op; BOOST_CHECK (ref->equals (comp, op, note));