[04/13] fusion: Uninstall assembly used to check for presence of .NET runtime.

Hans Leidekker hans at codeweavers.com
Thu Feb 19 07:03:43 CST 2009


diff --git a/dlls/fusion/tests/asmcache.c b/dlls/fusion/tests/asmcache.c
index db4856a..295a2c4 100644
--- a/dlls/fusion/tests/asmcache.c
+++ b/dlls/fusion/tests/asmcache.c
@@ -840,6 +840,7 @@ static BOOL check_dotnet20(void)
     IAssemblyCache *cache;
     HRESULT hr;
     BOOL ret = FALSE;
+    ULONG disp;
 
     static const WCHAR winedll[] = {'w','i','n','e','.','d','l','l',0};
 
@@ -859,6 +860,7 @@ static BOOL check_dotnet20(void)
         ok(0, "Expected S_OK, got %08x\n", hr);
 
     DeleteFileA("wine.dll");
+    IAssemblyCache_UninstallAssembly(cache, 0, winedll, NULL, &disp);
     IAssemblyCache_Release(cache);
     return ret;
 }



More information about the wine-patches mailing list