21 Sep
2006
21 Sep
'06
9:09 a.m.
"Huw Davies" <huw(a)codeweavers.com> wrote:
+todo_wine { + /* The \n in the string is apparently handled differently in GetTextExtentPoint and GetTextExtentExPoint */ + ok(sz1.cx != sz2.cx, + "cx from GetTextExtentExPointW (%ld) and GetTextExtentPointW (%ld) are the same\n", sz1.cx, sz2.cx); + }
This test fails for me (i.e. sz1.cx == sz2.cx) under XP (SP2+all the latest fixes).
Thanks, guess I'll just get rid of that test altogether then.
I accidently left 2 tests in my comment, that may have been misleading. Just to clarify things: an actual test which fails for me is the one in the todo_wine block. -- Dmitry.