diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:04:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:04:11 +0100 |
| commit | fa507ea166b8339bcf029ca73a487e7553fb5eb6 (patch) | |
| tree | 529e2de7ccf97527a5f6e6ed3ada0fba99341341 /test | |
| parent | 1bf16b70c531b6b819a8339af395ff2a3c1e8977 (diff) | |
Simplify KDM API slightly.
Diffstat (limited to 'test')
| -rw-r--r-- | test/encryption_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 961d281b..60177438 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -95,8 +95,8 @@ BOOST_AUTO_TEST_CASE (encryption) signer->certificates().leaf(), boost::posix_time::time_from_string ("2013-01-01 00:00:00"), boost::posix_time::time_from_string ("2013-01-08 00:00:00"), - mxf_metadata, - xml_metadata + "libdcp", + "2012-07-17T04:45:18+00:00" ); kdm.as_xml ("build/test/bar.kdm.xml"); |
