X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest.cc;h=8ca103a6bdedb9800c97ef94f3f14509ac5253ee;hb=9565b6e99b7a2db09098437a3bb958acb937b17a;hp=2bd31292a562ffab3dd49522810935257c089e18;hpb=dfa7b94e802b05bba4243381460eef96626102a0;p=dcpomatic.git 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()) {