http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f699c9
)
ntdll/tests: Test NtOpenKey with an existing key.
author
Alexandre Julliard
<julliard@winehq.org>
Fri, 12 Feb 2010 15:03:07 +0000
(16:03 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 12 Feb 2010 15:34:55 +0000
(16:34 +0100)
dlls/ntdll/tests/reg.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ntdll/tests/reg.c
b/dlls/ntdll/tests/reg.c
index 500d25dac04337327ed18f4ce33fa87dd57d22be..bb541bb8b2c71602520caba6575a9eabf751e1ad 100644
(file)
--- a/
dlls/ntdll/tests/reg.c
+++ b/
dlls/ntdll/tests/reg.c
@@
-605,8
+605,8
@@
START_TEST(reg)
pRtlAppendUnicodeToString(&winetestpath, winetest);
- test_NtOpenKey();
test_NtCreateKey();
+ test_NtOpenKey();
test_NtSetValueKey();
test_RtlCheckRegistryKey();
test_RtlOpenCurrentUser();