X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fimport_dcp_test.cc;h=07116c1e26f0e0f058702a1b1760f527dc2ca740;hp=83dd0c6de043b8b35803e6b65987e3d1109fae38;hb=d97029163865e212dc3d7b3c57c16459933a11f6;hpb=7ab22a7aa171aec36563b8ec0b7c0b69a36094fe diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 83dd0c6de..07116c1e2 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -170,7 +170,9 @@ BOOST_AUTO_TEST_CASE (import_dcp_metadata_test) ratings.push_back (dcp::Rating("MPAA", "NC-17")); film->set_ratings (ratings); - film->set_content_version ("Fred"); + vector cv; + cv.push_back ("Fred"); + film->set_content_versions (cv); film->make_dcp (); BOOST_REQUIRE (!wait_for_jobs());