diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-23 14:50:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-23 14:50:53 +0100 |
| commit | 7e1f0f35d1c7de7fb117012f63edc1abf74bf6ff (patch) | |
| tree | ebf04bff455f2665dbeda9d959f8c2dcec9abaf5 /test/encryption_test.cc | |
| parent | 3a5b068428bcc2080908a01204411038225d3851 (diff) | |
Fix some test failures caused by changes to handling of metadata.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 573074b2..f5298725 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) mxf_metadata.product_version = "0.0.25"; dcp::XMLMetadata xml_metadata; - xml_metadata.annotation_text = "Created by libdcp"; + xml_metadata.annotation_text = "A Test DCP"; xml_metadata.issuer = "OpenDCP 0.0.25"; xml_metadata.creator = "OpenDCP 0.0.25"; xml_metadata.issue_date = "2012-07-17T04:45:18+00:00"; @@ -122,6 +122,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) d.add (cpl); + xml_metadata.annotation_text = "Created by libdcp"; d.write_xml (dcp::SMPTE, xml_metadata, signer); dcp::DecryptedKDM kdm ( |
