Stefan Leichter <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]

Reply via email to