diff options
Diffstat (limited to 'test/round_trip_test.cc')
| -rw-r--r-- | test/round_trip_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/round_trip_test.cc b/test/round_trip_test.cc index 19ed482a..f5a5054d 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -71,7 +71,7 @@ BOOST_AUTO_TEST_CASE (round_trip_test) libdcp::XMLMetadata metadata; cpl->write_xml (true, metadata, signer); - boost::filesystem::path cpl_path = work_dir / (cpl->id() + "_cpl.xml"); + boost::filesystem::path cpl_path = work_dir / ("cpl_" + cpl->id() + ".xml"); /* A KDM using our certificate chain's leaf key pair */ libdcp::KDM kdm_A ( |
