Module: wine Branch: master Commit: 62eaaa796b43aee366c47f00c8f9c6b229d95cb4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=62eaaa796b43aee366c47f00c8...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 9 16:27:41 2012 +0100
gdi32/tests: Remove device capabilities test that fails on XP.
---
dlls/gdi32/tests/dc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/tests/dc.c b/dlls/gdi32/tests/dc.c index 922907a..25d6982 100644 --- a/dlls/gdi32/tests/dc.c +++ b/dlls/gdi32/tests/dc.c @@ -284,7 +284,7 @@ static void test_device_caps( HDC hdc, HDC ref_dc, const char *descr ) CURVECAPS, LINECAPS, POLYGONALCAPS, - TEXTCAPS, + /* TEXTCAPS broken on printer DC on winxp */ CLIPCAPS, RASTERCAPS, ASPECTX,