From b36647dff8dbf9e80670a43f1cc46dad3a5b65a2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Feb 2019 14:45:25 +0000 Subject: [PATCH] Nudge threshold to cope with move to Ubuntu 18.04 as a test container. --- test/player_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.30.2