diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-18 10:50:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-18 10:50:14 +0100 |
| commit | a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec (patch) | |
| tree | 1c5bee0672cfdb7e07c67056e6695b8353cc6a33 /test/encryption_test.cc | |
| parent | 1c1e46cd8b8b56ec9dd1c1e72b64e6150c27ef80 (diff) | |
Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather than
uuid_{cpl,pkl}.xml as this seems to be more conventional.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 201d3c35..5980952b 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE (encryption) d.write_xml (false, xml_metadata, signer); - boost::filesystem::path cpl_path = boost::filesystem::path ("build/test/DCP/bar") / (cpl->id() + "_cpl.xml"); + boost::filesystem::path cpl_path = boost::filesystem::path ("build/test/DCP/bar") / ("cpl_" + cpl->id() + ".xml"); libdcp::KDM kdm ( cpl_path, |
