mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:23:21 +00:00
[APITESTS] Improve and fix tests
This commit is contained in:
parent
cd5cc017cb
commit
465745b683
45 changed files with 832 additions and 566 deletions
|
@ -81,7 +81,7 @@ START_TEST(CRegKey)
|
|||
memset(buffer, 0, sizeof(buffer));
|
||||
lret = key3.QueryValue(_T("APITEST_VALUE_NAME"), &type, buffer, &buffer_size);
|
||||
ok(lret == ERROR_ACCESS_DENIED, "Expected lret to be ERROR_ACCESS_DENIED, was: %lu\n", lret);
|
||||
ok(type == 0 || broken(type == 203), "Expected type to be 0, was: %lu\n", type);
|
||||
ok(type == 0 || broken(type == 203) || broken(type == 2292784), "Expected type to be 0, was: %lu\n", type);
|
||||
ok(buffer_size == sizeof(buffer), "Expected buffer_size to be %u, was: %lu\n", sizeof(buffer), buffer_size);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue