summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-25 13:34:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-25 13:34:52 +0100
commit5384418af0299194ecf3e27fd2e443e7d882a713 (patch)
treef98eb2909e4601d56774d1c23119b23aa91ecdb6 /test
parentb3e7a9625f860e7d83c4077b24fe811eb9941456 (diff)
Tidy up interop API.
Diffstat (limited to 'test')
-rw-r--r--test/dcp_test.cc2
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 */
}