diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 15:40:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 15:40:19 +0100 |
| commit | 9e871b60fc7430650f239cfd9291ab65cb5aeba8 (patch) | |
| tree | cfc77d0079fef2aeeb896fe6c7e50716fc696fa1 /test | |
| parent | 656519fb0028c90fd16c1cc13103177ccd52664d (diff) | |
Require only DCP::add() for the CPL; other assets found by looking in the CPL.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_test.cc | 4 | ||||
| -rw-r--r-- | test/encryption_test.cc | 2 |
2 files changed, 0 insertions, 6 deletions
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); diff --git a/test/encryption_test.cc b/test/encryption_test.cc index d09f04bd..7786292d 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -124,8 +124,6 @@ BOOST_AUTO_TEST_CASE (encryption_test) cpl->set_metadata (xml_metadata); d.add (cpl); - d.add (mp); - d.add (ms); d.write_xml (dcp::SMPTE, xml_metadata, signer); |
