• 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
..
tests Loading commit data...
Makefile.in Loading commit data...
advapi.c Loading commit data...
advapi32.spec Loading commit data...
advapi32_misc.h Loading commit data...
crypt.c Loading commit data...
crypt.h Loading commit data...
crypt_arc4.c Loading commit data...
crypt_des.c Loading commit data...
crypt_lmhash.c Loading commit data...
crypt_md4.c Loading commit data...
crypt_md5.c Loading commit data...
crypt_sha.c Loading commit data...
eventlog.c Loading commit data...
lsa.c Loading commit data...
registry.c Loading commit data...
security.c Loading commit data...
service.c Loading commit data...
version.rc Loading commit data...