Add some logging to the KDM creator.
[dcpomatic.git] / test / video_mxf_content_test.cc
index 1880935b15c07f63a870efd4ba331604f9006bb2..ca304071682541fdf77383087c1362cf98035dd2 100644 (file)
@@ -41,7 +41,7 @@ using std::shared_ptr;
 using std::dynamic_pointer_cast;
 
 
-static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_74b946f4-1c33-4209-b639-b834de675eac.mxf";
+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)
@@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (video_mxf_content_test)
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("video_mxf_content_test");
 
-       auto content = content_factory(ref_mxf).front();
+       auto content = content_factory(ref_mxf)[0];
        auto check = dynamic_pointer_cast<VideoMXFContent> (content);
        BOOST_REQUIRE (check);
        film->examine_and_add_content (content);