Nikolay Sivov : dwrite/tests: Enable glyph class tests on Wine.

Alexandre Julliard julliard at winehq.org
Fri May 29 15:22:55 CDT 2020


Module: wine
Branch: master
Commit: d7d276c34b160d927b4c87acc50c5982d34197ce
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d7d276c34b160d927b4c87acc50c5982d34197ce

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri May 29 19:01:05 2020 +0300

dwrite/tests: Enable glyph class tests on Wine.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwrite/tests/analyzer.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/dwrite/tests/analyzer.c b/dlls/dwrite/tests/analyzer.c
index 38d6a68ef8..c5cf0954fe 100644
--- a/dlls/dwrite/tests/analyzer.c
+++ b/dlls/dwrite/tests/analyzer.c
@@ -1748,9 +1748,6 @@ if (0) {
     IDWriteFontFace_Release(fontface);
 
     /* Test setting glyph properties from GDEF. */
-if (strcmp(winetest_platform, "wine"))
-{
-
     hr = IDWriteFactory_GetSystemFontCollection(factory, &syscoll, FALSE);
     ok(hr == S_OK, "Failed to get system collection, hr %#x.\n", hr);
 
@@ -1794,7 +1791,6 @@ if (strcmp(winetest_platform, "wine"))
     }
 
     IDWriteFontCollection_Release(syscoll);
-}
 
     IDWriteTextAnalyzer_Release(analyzer);
 }




More information about the wine-cvs mailing list