diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-09 09:58:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 34a929e1fb77e9f91eddad48f9d4ea73d9ec4d3f (patch) | |
| tree | 93ca56cb6bd5cb4b087ea110f26e906a5a718ca1 /test/cpl_metadata_test.cc | |
| parent | 3034388f30732db8d748da96ee66fcdde0626c52 (diff) | |
Stop tests failing when libdcp version changes.
Diffstat (limited to 'test/cpl_metadata_test.cc')
| -rw-r--r-- | test/cpl_metadata_test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpl_metadata_test.cc b/test/cpl_metadata_test.cc index 6fef2c74..19b0ef8e 100644 --- a/test/cpl_metadata_test.cc +++ b/test/cpl_metadata_test.cc @@ -267,6 +267,8 @@ BOOST_AUTO_TEST_CASE (cpl_metadata_write_test1) cpl.set_distributor ("the-distributor"); cpl.set_facility ("the-facility"); cpl.set_luminance (dcp::Luminance(4.5, dcp::Luminance::FOOT_LAMBERT)); + cpl.set_issuer ("libdcp1.6.4devel"); + cpl.set_creator ("libdcp1.6.4devel"); dcp::MainSoundConfiguration msc(dcp::SEVEN_POINT_ONE, 16); msc.set_mapping (0, dcp::LEFT); @@ -338,6 +340,8 @@ BOOST_AUTO_TEST_CASE (cpl_metadata_write_test2) dcp::CPL cpl("", dcp::FEATURE); cpl.set_issue_date ("2020-08-28T13:35:06+02:00"); cpl.set_content_version (dcp::ContentVersion("id", "version")); + cpl.set_issuer ("libdcp1.6.4devel"); + cpl.set_creator ("libdcp1.6.4devel"); dcp::MainSoundConfiguration msc(dcp::SEVEN_POINT_ONE, 16); msc.set_mapping (0, dcp::LEFT); |
