diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-17 22:25:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 22:25:50 +0100 |
| commit | 7a6d7724348efb76f12e8dfd03ebc2d16120de50 (patch) | |
| tree | 32d7af34b5a672ea9f4c684355113fdc996f6fce /test/test.cc | |
| parent | c421a8c20a489eccd36c2646bf795dc2bbe35882 (diff) | |
Use feature not trailer for some tests to avoid verification errors about FFEC/FFMC.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index ba309f0e..e43e5a70 100644 --- a/test/test.cc +++ b/test/test.cc @@ -322,7 +322,7 @@ make_simple (boost::filesystem::path path, int reels, int frames) boost::filesystem::remove_all (path); boost::filesystem::create_directories (path); shared_ptr<dcp::DCP> d (new dcp::DCP (path)); - shared_ptr<dcp::CPL> cpl (new dcp::CPL ("A Test DCP", dcp::FEATURE)); + shared_ptr<dcp::CPL> cpl (new dcp::CPL ("A Test DCP", dcp::TRAILER)); cpl->set_annotation_text ("A Test DCP"); cpl->set_issuer ("OpenDCP 0.0.25"); cpl->set_creator ("OpenDCP 0.0.25"); |
