diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:58:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:58:52 +0000 |
| commit | 736597f0fc1b085911ecb5a4595368e7dc9a9bd5 (patch) | |
| tree | bcf992895e118b18ffe856d38fad77339a709a0f | |
| parent | cf1cbd70e5d63d280cdf674b4d720d1ad5cb4995 (diff) | |
More set_interop().
| -rw-r--r-- | test/recover_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index 4d39314b9..4222426c3 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -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"); |
