ntdll/tests: Test NtOpenKey with an existing key.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 12 Feb 2010 15:03:07 +0000 (16:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Feb 2010 15:34:55 +0000 (16:34 +0100)
dlls/ntdll/tests/reg.c

index 500d25dac04337327ed18f4ce33fa87dd57d22be..bb541bb8b2c71602520caba6575a9eabf751e1ad 100644 (file)
@@ -605,8 +605,8 @@ START_TEST(reg)
 
     pRtlAppendUnicodeToString(&winetestpath, winetest);
 
-    test_NtOpenKey();
     test_NtCreateKey();
+    test_NtOpenKey();
     test_NtSetValueKey();
     test_RtlCheckRegistryKey();
     test_RtlOpenCurrentUser();