diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-21 10:43:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-21 10:43:00 +0100 |
| commit | 2070358ea52d238028dd4e6d98d0bd6c58d69932 (patch) | |
| tree | 8fb2a2bd49614f48b594ad31c732a998c06bd596 /test/encryption_test.cc | |
| parent | 2eb8fe0b86bb2e508a18b205cfe9ea97456e9342 (diff) | |
| parent | a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec (diff) | |
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
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, |
