X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fimport_dcp_test.cc;h=163a3a4a966054dc200943cc94572e1016f8dc27;hb=45034f9653285d6e8d0a7d9cfd89e0058d65a187;hp=4e08324ae88f99426533ae5dd3fbb96629afa845;hpb=7db2c0c4e7b86dbbd4ead723ceec4c8ecc951091;p=dcpomatic.git diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 4e08324ae..163a3a4a9 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -18,6 +18,11 @@ */ +/** @file test/import_dcp_test.cc + * @brief Test import of encrypted DCPs. + * @ingroup specific + */ + #include "test.h" #include "lib/film.h" #include "lib/dcp_subtitle_content.h" @@ -40,7 +45,6 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) A->set_container (Ratio::from_id ("185")); A->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); A->set_name ("frobozz"); - A->set_interop (false); shared_ptr c (new FFmpegContent (A, "test/data/test.mp4")); A->examine_and_add_content (c); @@ -68,7 +72,6 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) B->set_container (Ratio::from_id ("185")); B->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); B->set_name ("frobozz"); - B->set_interop (false); shared_ptr d (new DCPContent (B, "build/test/import_dcp_test/" + A->dcp_name())); d->add_kdm (kdm);