X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fscaling_test.cc;h=2d453600e69949338a553a27af17f1af2972b8ff;hb=67cc6717aeb5f3b96448b206d1b85d68cbb26767;hp=11b8ae1b744587c50cbe4842e73600c45308d51f;hpb=6cda037324ccaf7a8df142d037fa88520fb80f35;p=dcpomatic.git diff --git a/test/scaling_test.cc b/test/scaling_test.cc index 11b8ae1b7..2d453600e 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -63,7 +63,11 @@ static void scaling_test_for (shared_ptr film, shared_ptr content check /= "scaling_test"; check /= film->dcp_name(); - check_dcp (ref.string(), check.string()); + /* This test is concerned with the image, so we'll ignore any + * differences in sound between the DCP and the reference to avoid test + * failures for unrelated reasons. + */ + check_dcp(ref.string(), check.string(), true); }