Paul Vriens : quartz/tests: Make tests run on everything lower then Vista.

Alexandre Julliard julliard at winehq.org
Thu Jul 3 06:34:58 CDT 2008


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

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Wed Jul  2 13:59:22 2008 +0200

quartz/tests: Make tests run on everything lower then Vista.

---

 dlls/quartz/tests/filtermapper.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/quartz/tests/filtermapper.c b/dlls/quartz/tests/filtermapper.c
index e09497b..fb77eb8 100644
--- a/dlls/quartz/tests/filtermapper.c
+++ b/dlls/quartz/tests/filtermapper.c
@@ -271,8 +271,8 @@ static void test_legacy_filter_registration(void)
     lRet = StringFromGUID2(&clsidFilter, wszRegKey, MAX_PATH);
     ok(lRet > 0, "StringFromGUID2 failed\n");
 
-    lRet = RegDeleteTreeW(hKey, wszRegKey);
-    ok(lRet == ERROR_SUCCESS, "RegDeleteTreeW failed with %x\n", HRESULT_FROM_WIN32(lRet));
+    lRet = RegDeleteKeyW(hKey, wszRegKey);
+    ok(lRet == ERROR_SUCCESS, "RegDeleteKeyW failed with %x\n", HRESULT_FROM_WIN32(lRet));
 
     if (hKey) RegCloseKey(hKey);
     hKey = NULL;




More information about the wine-cvs mailing list