More set_interop().
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Feb 2018 00:58:52 +0000 (00:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Feb 2018 00:58:52 +0000 (00:58 +0000)
test/recover_test.cc

index 4d39314b923ca83570e906eaf097a33b058c931c..4222426c3ce9341d6e92bf58e363bedf3705b68c 100644 (file)
@@ -50,6 +50,7 @@ note (dcp::NoteType t, string n)
 BOOST_AUTO_TEST_CASE (recover_test_2d)
 {
        shared_ptr<Film> film = new_test_film ("recover_test_2d");
+       film->set_interop (false);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");
@@ -82,6 +83,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d)
 BOOST_AUTO_TEST_CASE (recover_test_3d)
 {
        shared_ptr<Film> film = new_test_film ("recover_test_3d");
+       film->set_interop (false);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");
@@ -118,6 +120,7 @@ BOOST_AUTO_TEST_CASE (recover_test_3d)
 BOOST_AUTO_TEST_CASE (recover_test_2d_encrypted)
 {
        shared_ptr<Film> film = new_test_film ("recover_test_2d_encrypted");
+       film->set_interop (false);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");