summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2020-04-24 01:35:35 -0700
committerMinh Nguyễn <mxn@1ec5.org>2020-04-24 10:31:51 -0700
commitafc86692f575ba2b711e3d5a7909ce226a265c7f (patch)
tree18ccf7a4cd376f07a5a4062cc816070cead6f45d
parentd2f7c68e1bd4c09c3ebe9d5d807e9c2074667a26 (diff)
downloadqtlocation-mapboxgl-afc86692f575ba2b711e3d5a7909ce226a265c7f.tar.gz
[ios, macos] Increased tolerance for local glyph rasterization test
Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com>
-rw-r--r--test/text/local_glyph_rasterizer.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text/local_glyph_rasterizer.test.cpp b/test/text/local_glyph_rasterizer.test.cpp
index 6e266fa7be..76975edd2e 100644
--- a/test/text/local_glyph_rasterizer.test.cpp
+++ b/test/text/local_glyph_rasterizer.test.cpp
@@ -65,7 +65,7 @@ TEST(LocalGlyphRasterizer, PingFang) {
};
test.map.getStyle().loadJSON(util::read_file("test/fixtures/local_glyphs/mixed.json"));
#if defined(__APPLE__) && !defined(__QT__)
- test.checkRendering("ping_fang");
+ test.checkRendering("ping_fang", 0.0161);
#elif defined(__QT__)
test.checkRendering("ping_fang_qt");
#endif // defined(__APPLE__)