ntdll/tests: Test NtOpenKey with an existing key.
This commit is contained in:
parent
5f699c93c8
commit
34b011c357
|
@ -605,8 +605,8 @@ START_TEST(reg)
|
||||||
|
|
||||||
pRtlAppendUnicodeToString(&winetestpath, winetest);
|
pRtlAppendUnicodeToString(&winetestpath, winetest);
|
||||||
|
|
||||||
test_NtOpenKey();
|
|
||||||
test_NtCreateKey();
|
test_NtCreateKey();
|
||||||
|
test_NtOpenKey();
|
||||||
test_NtSetValueKey();
|
test_NtSetValueKey();
|
||||||
test_RtlCheckRegistryKey();
|
test_RtlCheckRegistryKey();
|
||||||
test_RtlOpenCurrentUser();
|
test_RtlOpenCurrentUser();
|
||||||
|
|
Loading…
Reference in New Issue