diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-20 00:31:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-20 20:36:46 +0100 |
| commit | 385635f00d39822389adbc99a2d5bdd992f16432 (patch) | |
| tree | 284ad0ac65988eb102f0f6334701496213cfd7a7 /test/vf_test.cc | |
| parent | 0b66748421b751b1863ce86f98ab449c8e8e87fc (diff) | |
Pass tolerant flag into Content::examine() and the ExamineContentJob.
Along the way this helps to fix #2942.
Diffstat (limited to 'test/vf_test.cc')
| -rw-r--r-- | test/vf_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc index cda3cdee1..cb5116910 100644 --- a/test/vf_test.cc +++ b/test/vf_test.cc @@ -423,7 +423,7 @@ BOOST_AUTO_TEST_CASE(test_duplicate_font_id_in_vf) auto test = new_test_film(name + "_test", { vf_dcp }); vf_dcp->add_ov(ov->dir(ov->dcp_name(false))); - JobManager::instance()->add(make_shared<ExamineContentJob>(test, vf_dcp)); + JobManager::instance()->add(make_shared<ExamineContentJob>(test, vf_dcp, false)); BOOST_CHECK(!wait_for_jobs()); make_and_verify_dcp( |
