Inspect most DCPs made during tests with dcp_inspect (#76).
[dcpomatic.git] / test / dcp_decoder_test.cc
index a37b60ee8d00d73bce8c4e8ae9cb89c187f53493..d0052f4a1bff518d6bfad7e6141c4c2cce280fe3 100644 (file)
@@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (check_reuse_old_data_test)
        auto ov_content = make_shared<DCPContent>(ov->dir(ov->dcp_name(false)));
        auto vf = new_test_film2 ("check_reuse_old_data_vf", {ov_content, content_factory("test/data/L.wav")[0]});
        ov_content->set_reference_video (true);
-       make_and_verify_dcp (vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET});
+       make_and_verify_dcp(vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET}, false);
 
        auto encrypted = new_test_film2 ("check_reuse_old_data_decrypted");
        encrypted->examine_and_add_content (content_factory("test/data/flat_red.png")[0]);