Fixing the last failing tests

Dmitry Timoshkov dmitry at codeweavers.com
Tue Feb 12 22:32:39 CST 2008


"Maarten Lankhorst" <m.b.lankhorst at gmail.com> wrote:

> An example is IsWindowUnicode. It always returns TRUE on XP,

That's not true.

> but it
> won't do that on 9x. That would mean something like:
> ok(IsWindowUnicode() || !IsWindowUnicode(), "How can this fail?");

We need to skip the tests that rely on unicode user32 APIs, have a look
how other user32 tests check for win9x and cope with that.

-- 
Dmitry.



More information about the wine-devel mailing list