diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 970ca9dd..1b943694 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (dcp_test) cpl->add_reel (shared_ptr<libdcp::Reel> (new libdcp::Reel (mp, ms, shared_ptr<libdcp::SubtitleAsset> ()))); d.add_cpl (cpl); - d.write_xml (xml_meta); + d.write_xml (false, xml_meta); /* build/test/foo is checked against test/ref/DCP/foo by run-tests.sh */ } |
