diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-13 14:45:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-13 14:45:25 +0000 |
| commit | b36647dff8dbf9e80670a43f1cc46dad3a5b65a2 (patch) | |
| tree | 0a80e0f70a9cbe70f307ccf4187950d7f95c0f2b /test | |
| parent | af7fe636291ee7f75f86b19d55713a595b24636c (diff) | |
Nudge threshold to cope with move to Ubuntu 18.04 as a test container.
Diffstat (limited to 'test')
| -rw-r--r-- | test/player_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
