Dmitry Timoshkov : gdi32: Clarify which font doesn't contain 'x'.

Alexandre Julliard julliard at winehq.org
Mon Apr 14 07:14:16 CDT 2008


Module: wine
Branch: master
Commit: 2a2c66c0620f9a08be36923da967f281de2b27d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2a2c66c0620f9a08be36923da967f281de2b27d9

Author: Dmitry Timoshkov <dmitry at 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;
     }
 




More information about the wine-cvs mailing list