diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2020-03-01 11:38:36 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2020-04-24 13:46:40 -0700 |
commit | 52d4c5e222cafb48139a2dfcd3eec46fe38b857d (patch) | |
tree | 67ba6f66cf0fe21fb0c78054097ec21fcd7fbe22 /test | |
parent | cb3d9eab498210c35870d1548cdcda9372e34404 (diff) | |
download | qtlocation-mapboxgl-52d4c5e222cafb48139a2dfcd3eec46fe38b857d.tar.gz |
[ios, macos] Corrected PingFang test fixture
PingFangTC-Regular is better than PingFangTC-Thin. There is no font by the name “PingFang”.
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/local_glyphs/ping_fang/expected.png | bin | 17731 -> 18202 bytes | |||
-rw-r--r-- | test/text/local_glyph_rasterizer.test.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/local_glyphs/ping_fang/expected.png b/test/fixtures/local_glyphs/ping_fang/expected.png Binary files differindex 8c891a5232..c769fd19f9 100644 --- a/test/fixtures/local_glyphs/ping_fang/expected.png +++ b/test/fixtures/local_glyphs/ping_fang/expected.png diff --git a/test/text/local_glyph_rasterizer.test.cpp b/test/text/local_glyph_rasterizer.test.cpp index d109b28f32..6e266fa7be 100644 --- a/test/text/local_glyph_rasterizer.test.cpp +++ b/test/text/local_glyph_rasterizer.test.cpp @@ -55,7 +55,7 @@ public: #if defined(__APPLE__) TEST(LocalGlyphRasterizer, PingFang) { - LocalGlyphRasterizerTest test(std::string("PingFang")); + LocalGlyphRasterizerTest test(std::string("PingFang TC")); test.fileSource->glyphsResponse = [&] (const Resource& resource) { EXPECT_EQ(Resource::Kind::Glyphs, resource.kind); |