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 13:46:40 -0700
commit61a91d7fe8c14ada6278878d72055b69fa1326a9 (patch)
tree18ccf7a4cd376f07a5a4062cc816070cead6f45d
parent13de47db269daee156c00f7d2d954e780a9e842a (diff)
downloadqtlocation-mapboxgl-61a91d7fe8c14ada6278878d72055b69fa1326a9.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__)