From 9e871b60fc7430650f239cfd9291ab65cb5aeba8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Jun 2015 15:40:19 +0100 Subject: Require only DCP::add() for the CPL; other assets found by looking in the CPL. --- test/dcp_test.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/dcp_test.cc') diff --git a/test/dcp_test.cc b/test/dcp_test.cc index c4950704..0338e1f8 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -101,8 +101,6 @@ BOOST_AUTO_TEST_CASE (dcp_test1) )); d.add (cpl); - d.add (mp); - d.add (ms); d.write_xml (dcp::SMPTE, xml_meta); @@ -175,8 +173,6 @@ BOOST_AUTO_TEST_CASE (dcp_test2) )); d.add (cpl); - d.add (mp); - d.add (ms); d.write_xml (dcp::SMPTE, xml_meta); -- cgit v1.2.3