X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Ftest.cc;fp=test%2Ftest.cc;h=8ca103a6bdedb9800c97ef94f3f14509ac5253ee;hp=2bd31292a562ffab3dd49522810935257c089e18;hb=7b439c9baf719b135922e6c6b53472915fed3573;hpb=9b5cff118fe03649c0c404b35f2900ff36008637 diff --git a/test/test.cc b/test/test.cc index 2bd31292a..8ca103a6b 100644 --- a/test/test.cc +++ b/test/test.cc @@ -948,7 +948,7 @@ void progress (float) {} void verify_dcp(boost::filesystem::path dir, vector ignore) { - auto notes = dcp::verify({dir}, &stage, &progress, {}, TestPaths::xsd()); + auto notes = dcp::verify({dir}, {}, &stage, &progress, {}, TestPaths::xsd()); bool ok = true; for (auto i: notes) { if (find(ignore.begin(), ignore.end(), i.code()) == ignore.end()) {