• Francois Gouget's avatar
    advapi32: Fix and extend the RegQueryValueEx() tests. · b934fc90
    Francois Gouget authored
    - Added tests for empty and zero-byte strings. Wine passes these tests, sort of.
    - Check that the returned string is correct.
    - All known Windows versions implement RegQueryValueExA(), so complain if it is not implemented.
    - Only allow the Win9x quirks for the Ansi version.
    - Query the name2A/W value for the string2A/W tests!
    - The test_hkey_main_Value_A/W() functions were doing a sizeof() on the string parameter to compute the string's full size!
    - We must reset GLE before each test, otherwise Win9x skips all but the first test.
    b934fc90
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...