Fix recover test digest since colour conversion digests changed again.
[dcpomatic.git] / test / 4k_test.cc
index 1e0b42697aa297cb84891039e05327993afddfb1..63c5f543588b5bc3e1ebfdc67d7bf6e873376091 100644 (file)
@@ -39,9 +39,9 @@ BOOST_AUTO_TEST_CASE (fourk_test)
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/test.mp4"));
        c->set_scale (VideoContentScale (Ratio::from_id ("185")));
        film->set_resolution (RESOLUTION_4K);
-       film->set_dcp_content_type (DCPContentType::from_dci_name ("FTR"));
+       film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
-       film->examine_and_add_content (c);
+       film->examine_and_add_content (c, true);
        wait_for_jobs ();
 
        film->make_dcp ();