ntdll/tests: Test NtOpenKey with an existing key.

This commit is contained in:
Alexandre Julliard 2010-02-12 16:03:07 +01:00
parent 5f699c93c8
commit 34b011c357
1 changed files with 1 additions and 1 deletions

View File

@ -605,8 +605,8 @@ START_TEST(reg)
pRtlAppendUnicodeToString(&winetestpath, winetest);
test_NtOpenKey();
test_NtCreateKey();
test_NtOpenKey();
test_NtSetValueKey();
test_RtlCheckRegistryKey();
test_RtlOpenCurrentUser();