summaryrefslogtreecommitdiff
path: root/test/read_dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-17 22:25:50 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 22:25:50 +0100
commit7a6d7724348efb76f12e8dfd03ebc2d16120de50 (patch)
tree32d7af34b5a672ea9f4c684355113fdc996f6fce /test/read_dcp_test.cc
parentc421a8c20a489eccd36c2646bf795dc2bbe35882 (diff)
Use feature not trailer for some tests to avoid verification errors about FFEC/FFMC.
Diffstat (limited to 'test/read_dcp_test.cc')
-rw-r--r--test/read_dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc
index b42a3c39..c529e5ea 100644
--- a/test/read_dcp_test.cc
+++ b/test/read_dcp_test.cc
@@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE (read_dcp_test1)
BOOST_REQUIRE (cpls[0]->annotation_text());
BOOST_CHECK_EQUAL (cpls[0]->annotation_text().get(), "A Test DCP");
- BOOST_CHECK_EQUAL (cpls[0]->content_kind(), dcp::FEATURE);
+ BOOST_CHECK_EQUAL (cpls[0]->content_kind(), dcp::TRAILER);
BOOST_REQUIRE (d.standard());
BOOST_CHECK_EQUAL (d.standard(), dcp::SMPTE);
}