X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fdcp_subtitle_test.cc;h=9b7b77279968f6afffa977c448a685ebb7989ed4;hb=9289657288a73a32063db6703792a60bf60e66a4;hp=6798cf67868be4c6dd26c5da68dc7823835633e5;hpb=ce73eaf7875a9a3326afcd839ad85eb95879c160;p=dcpomatic.git diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc index 6798cf678..9b7b77279 100644 --- a/test/dcp_subtitle_test.cc +++ b/test/dcp_subtitle_test.cc @@ -96,7 +96,11 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_test) dcp::VerificationNote::Code::MISSING_CPL_METADATA }); - check_dcp ("test/data/dcp_subtitle_test", film->dir(film->dcp_name())); + /* This test is concerned with the subtitles, so we'll ignore any + * differences in sound between the DCP and the reference to avoid test + * failures for unrelated reasons. + */ + check_dcp("test/data/dcp_subtitle_test", film->dir(film->dcp_name()), true); }