Rearrange checking (and re-examining) content.
[dcpomatic.git] / test / test.cc
index c63dd132a1d7a446c3757a2d79f82ae298c7cf2b..4ea709c81912f08d7fdeb4311fc3609314c731a0 100644 (file)
@@ -893,7 +893,7 @@ void
 make_and_verify_dcp (shared_ptr<Film> film, vector<dcp::VerificationNote::Code> ignore)
 {
        film->write_metadata ();
-       film->make_dcp ();
+       film->make_dcp (TranscodeJob::ChangedBehaviour::IGNORE);
        BOOST_REQUIRE (!wait_for_jobs());
        auto notes = dcp::verify ({film->dir(film->dcp_name())}, &stage, &progress, TestPaths::xsd());
        bool ok = true;