New tests failing ...

Alexandre Julliard julliard at winehq.com
Tue Jan 21 15:22:26 CST 2003


Stefan Leichter <Stefan.Leichter at 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 at winehq.com



More information about the wine-devel mailing list