Module: wine Branch: master Commit: 2a2c66c0620f9a08be36923da967f281de2b27d9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2a2c66c0620f9a08be36923da9...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Sun Apr 13 14:08:44 2008 +0900
gdi32: Clarify which font doesn't contain 'x'.
---
dlls/gdi32/tests/font.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c index ef250d9..803994b 100644 --- a/dlls/gdi32/tests/font.c +++ b/dlls/gdi32/tests/font.c @@ -1518,7 +1518,7 @@ static void test_negative_width(HDC hdc, const LOGFONTA *lf) { SelectObject(hdc, hfont_prev); DeleteObject(hfont); - skip("This font doesn't contain 'x', skipping the test\n"); + skip("Font %s doesn't contain 'x', skipping the test\n", lf->lfFaceName); return; }