X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fcpl_hash_test.cc;h=3b430a6bd149e26ff794a3632ca20fe6a2bf96c4;hb=111319696c3c3384e28e31ffe08015da815c48d5;hp=de9b9b900c8b8a6d7ba3d9ae515450958ba5b63e;hpb=b1e22dff981fb86ae04b12bb5a064e61030793a8;p=dcpomatic.git diff --git a/test/cpl_hash_test.cc b/test/cpl_hash_test.cc index de9b9b900..3b430a6bd 100644 --- a/test/cpl_hash_test.cc +++ b/test/cpl_hash_test.cc @@ -35,7 +35,6 @@ using std::make_shared; -using std::shared_ptr; using std::string; @@ -44,7 +43,7 @@ BOOST_AUTO_TEST_CASE (hash_added_to_imported_dcp_test) using namespace boost::filesystem; string const ov_name = "hash_added_to_imported_dcp_test_ov"; - shared_ptr ov = new_test_film2 ( + auto ov = new_test_film2( ov_name, content_factory("test/data/flat_red.png") ); @@ -76,7 +75,7 @@ BOOST_AUTO_TEST_CASE (hash_added_to_imported_dcp_test) ); ov_content->set_reference_video (true); - make_and_verify_dcp (vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET}); + make_and_verify_dcp(vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET}, false); /* Check for Hash tags in the VF DCP */ int hashes = 0;