From 3abb4fb830aec21664fe84277d9da695935ac5ce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 17 Feb 2018 00:23:06 +0000 Subject: Fix up test. --- test/import_dcp_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index aa4049111..1f5247392 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -30,6 +30,8 @@ #include "lib/dcp_content_type.h" #include "lib/dcp_content.h" #include "lib/ffmpeg_content.h" +#include "lib/examine_content_job.h" +#include "lib/job_manager.h" #include "lib/config.h" #include "lib/cross.h" #include @@ -80,6 +82,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) B->examine_and_add_content (d); BOOST_CHECK (!wait_for_jobs ()); d->add_kdm (kdm); + JobManager::instance()->add (shared_ptr (new ExamineContentJob (B, d))); BOOST_CHECK (!wait_for_jobs ()); B->make_dcp (); -- cgit v1.2.3