From 61a91d7fe8c14ada6278878d72055b69fa1326a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Fri, 24 Apr 2020 01:35:35 -0700 Subject: [ios, macos] Increased tolerance for local glyph rasterization test Co-authored-by: Alexander Shalamov --- test/text/local_glyph_rasterizer.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- cgit v1.2.1