diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-27 22:40:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 133b7998c72f6d3dd520423810ed6219e40d2552 (patch) | |
| tree | 67838e9f5f9d7b550235d7819d8ac38d2d76c568 /test/vf_kdm_test.cc | |
| parent | 2c4102e14362ef445d1b97a3aa26a889c05578c2 (diff) | |
Remove some unnecessary test data; fix VF kdm test to use interop as per reference.
Diffstat (limited to 'test/vf_kdm_test.cc')
| -rw-r--r-- | test/vf_kdm_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vf_kdm_test.cc b/test/vf_kdm_test.cc index ba4bf6b22..c7b0669c9 100644 --- a/test/vf_kdm_test.cc +++ b/test/vf_kdm_test.cc @@ -41,6 +41,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_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 (true); shared_ptr<FFmpegContent> c (new FFmpegContent (A, "test/data/test.mp4")); A->examine_and_add_content (c); @@ -69,6 +70,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_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 (true); shared_ptr<DCPContent> d (new DCPContent (B, "build/test/vf_kdm_test_ov/" + A->dcp_name())); d->add_kdm (A_kdm); @@ -99,6 +101,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test) C->set_container (Ratio::from_id ("185")); C->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); C->set_name ("frobozz"); + C->set_interop (true); shared_ptr<DCPContent> e (new DCPContent (C, "build/test/vf_kdm_test_vf/" + B->dcp_name())); e->add_kdm (B_kdm); |
