Sweden-Number/dlls/advapi32/tests
Francois Gouget b934fc90eb advapi32: Fix and extend the RegQueryValueEx() tests.
- 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.
2007-04-16 12:08:25 +02:00
..
Makefile.in advapi32/tests: Win64 printf format warning fixes. 2006-10-04 20:56:14 +02:00
crypt.c Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
crypt_lmhash.c advapi32: Replace const pointer parameters with correct pointers to const. 2007-03-05 12:09:03 +01:00
crypt_md4.c advapi32/tests: No need to check return value of GetModuleHandle. 2007-03-14 22:44:07 +01:00
crypt_md5.c Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
crypt_sha.c advapi32/tests: Use GetModuleHandle and skip. 2007-03-13 21:08:13 +01:00
lsa.c Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll. 2007-03-28 12:36:13 +02:00
registry.c advapi32: Fix and extend the RegQueryValueEx() tests. 2007-04-16 12:08:25 +02:00
security.c advapi32/tests: Add check to see if SetEntriesInAclW is implemented. 2007-03-30 10:09:15 +02:00