From 7a6d7724348efb76f12e8dfd03ebc2d16120de50 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Jan 2021 22:25:50 +0100 Subject: Use feature not trailer for some tests to avoid verification errors about FFEC/FFMC. --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.cc') 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 d (new dcp::DCP (path)); - shared_ptr cpl (new dcp::CPL ("A Test DCP", dcp::FEATURE)); + shared_ptr 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"); -- cgit v1.2.3