X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fvideo_mxf_content_test.cc;h=3ecc2775e23ae97fe60c0ec41fe194baab9eab72;hb=7c6e1bcdaf52d6167631dbf9b1612e80356391c4;hp=5edb858820b1dbbae3dd58a1dd9b992a6535899d;hpb=ce73eaf7875a9a3326afcd839ad85eb95879c160;p=dcpomatic.git diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc index 5edb85882..3ecc2775e 100644 --- a/test/video_mxf_content_test.cc +++ b/test/video_mxf_content_test.cc @@ -40,9 +40,6 @@ using std::dynamic_pointer_cast; using std::make_shared; -static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_6a2ffab1-9ea5-4428-9027-9d458363c95f.mxf"; - - static void note (dcp::NoteType, std::string) { @@ -57,6 +54,8 @@ BOOST_AUTO_TEST_CASE (video_mxf_content_test) film->set_container (Ratio::from_id ("185")); film->set_name ("video_mxf_content_test"); + auto const ref_mxf = find_file("test/data/scaling_test_185_185", "j2c"); + auto content = content_factory(ref_mxf)[0]; auto check = dynamic_pointer_cast (content); BOOST_REQUIRE (check);