From: Carl Hetherington Date: Wed, 13 Feb 2019 14:45:25 +0000 (+0000) Subject: Nudge threshold to cope with move to Ubuntu 18.04 as a test container. X-Git-Tag: v2.13.118~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b36647dff8dbf9e80670a43f1cc46dad3a5b65a2 Nudge threshold to cope with move to Ubuntu 18.04 as a test container. --- diff --git a/test/player_test.cc b/test/player_test.cc index 15bdb617f..2be525d88 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -226,7 +226,7 @@ BOOST_AUTO_TEST_CASE (player_seek_test) (17.10 and 16.04 seem to anti-alias a little differently) but to reject gross errors e.g. missing fonts or missing text altogether. */ - check_image(String::compose("test/data/player_seek_test_%1.png", i), String::compose("build/test/player_seek_test_%1.png", i), 0.011); + check_image(String::compose("test/data/player_seek_test_%1.png", i), String::compose("build/test/player_seek_test_%1.png", i), 0.055); } }