Alexandre Julliard : ntdll/tests: Test NtOpenKey with an existing key.

Alexandre Julliard julliard at winehq.org
Fri Feb 12 10:17:45 CST 2010


Module: wine
Branch: master
Commit: 34b011c357143f6e5a6ec68dce1466b11a8f9b7f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=34b011c357143f6e5a6ec68dce1466b11a8f9b7f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Feb 12 16:03:07 2010 +0100

ntdll/tests: Test NtOpenKey with an existing key.

---

 dlls/ntdll/tests/reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/reg.c b/dlls/ntdll/tests/reg.c
index 500d25d..bb541bb 100644
--- 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();




More information about the wine-cvs mailing list