diff options
Diffstat (limited to 'test/combine_test.cc')
| -rw-r--r-- | test/combine_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/combine_test.cc b/test/combine_test.cc index dc72d2d4..b26520f3 100644 --- a/test/combine_test.cc +++ b/test/combine_test.cc @@ -92,7 +92,7 @@ check_no_errors (boost::filesystem::path path) std::copy_if (notes.begin(), notes.end(), std::back_inserter(filtered_notes), [](dcp::VerificationNote const& i) { return i.type() != dcp::VerificationNote::Type::OK && i.code() != dcp::VerificationNote::Code::INVALID_STANDARD && - i.code() != dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION; + i.code() != dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21; }); dump_notes (filtered_notes); BOOST_CHECK (filtered_notes.empty()); |
