Stefan Leichter Stefan.Leichter@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.