X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fimport_dcp_test.cc;h=b2420b1fe490c585ff0741f8f677bf1492aebf1e;hb=6d25faad09cec21a39fd81d140c57542eceb0a6f;hp=80cd9c3df35d200873a8b86907ab11908ae47eb2;hpb=946dbad9821e676f1d8fdc5abba459da54b8e84c;p=dcpomatic.git diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 80cd9c3df..b2420b1fe 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) A->set_name ("frobozz"); shared_ptr c (new FFmpegContent (A, "test/data/test.mp4")); - A->examine_and_add_content (c); + A->examine_and_add_content (c, true); A->set_encrypted (true); wait_for_jobs (); @@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) shared_ptr d (new DCPContent (B, "build/test/import_dcp_test/" + A->dcp_name())); d->add_kdm (kdm); - B->examine_and_add_content (d); + B->examine_and_add_content (d, true); wait_for_jobs (); B->make_dcp ();