Rearrange checking (and re-examining) content.
[dcpomatic.git] / test / test.cc
index d1677a107cf4f25af2f6f33e9a9d05374778dfc1..7f868179067dde1893bd040d2a47acab10df3421 100644 (file)
@@ -887,7 +887,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;