[advapi32/tests] Fix RegQueryValueExA test for win9x and ME

Paul Vriens paul.vriens.wine at gmail.com
Wed Apr 11 13:33:02 CDT 2007


Hi,

I'm almost finished cleaning up the registry tests (at least to my liking). 
There is at least one remaining test that's not correct (test_set_value). That 
test is using a global variable, GLE, to decide whether a function is 
implemented or not (based on GetLastError()). It doesn't however take into 
account that the last error is not cleared on success, which effectively means 
that some RegQueryValueExA tests are not run, even though they ARE implemented.

Changelog
    Fix RegQueryValueExA test for win9x and ME

Cheers,

Paul.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-RegQueryValueExA-test-for-win9x-and-ME.patch
Type: text/x-patch
Size: 1662 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070411/a152556b/0002-Fix-RegQueryValueExA-test-for-win9x-and-ME.bin


More information about the wine-patches mailing list