Inspect most DCPs made during tests with dcp_inspect (#76).
[dcpomatic.git] / test / no_use_video_test.cc
index b2e01958166474e46ae8c175dde0a49f80e3aadb..d9e2c7c0052f0c1195f5e82c483c456ac7e61674 100644 (file)
@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE (no_use_video_test3)
        A->set_reference_audio (true);
        B->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);
 
        dcp::DCP ov_a_check (ov_a->dir(ov_a->dcp_name()));
        ov_a_check.read ();