diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 17:02:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 17:02:38 +0000 |
| commit | 5dda5d997e389052b63f422776aa205434789751 (patch) | |
| tree | e01e4b453010cb5c5d259c95149bea19f928718a /test/encryption_test.cc | |
| parent | 250d37b7f4bf255cdca9ce418bf4877e5c9efc13 (diff) | |
Fix test churn.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index a817d246..573074b2 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -58,6 +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.issuer = "OpenDCP 0.0.25"; xml_metadata.creator = "OpenDCP 0.0.25"; xml_metadata.issue_date = "2012-07-17T04:45:18+00:00"; |
