21 Jan
2003
21 Jan
'03
9:22 p.m.
Stefan Leichter <Stefan.Leichter(a)camLine.com> writes:
The behavior that is check in the tests is not documented. Does fixing the test mean in this case remove the test ? e.g. like this:
Either that, or accept both outcomes without version check. So instead of doing: if (version is win95) ok(foo); else ok(bar); do: ok( foo || bar ); This way it doesn't force Wine to replicate the version checks. -- Alexandre Julliard julliard(a)winehq.com