[PATCH 7/7] Remove an unneeded test

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Nov 22 13:02:40 CST 2010


---
 dlls/mscoree/tests/mscoree.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/mscoree/tests/mscoree.c b/dlls/mscoree/tests/mscoree.c
index 2f03166..0155fdd 100644
--- a/dlls/mscoree/tests/mscoree.c
+++ b/dlls/mscoree/tests/mscoree.c
@@ -149,7 +149,6 @@ static void test_loadlibraryshim(void)
     const WCHAR fusion[] = {'f','u','s','i','o','n',0};
     const WCHAR fusiondll[] = {'f','u','s','i','o','n','.','d','l','l',0};
     const WCHAR nosuchdll[] = {'j','n','v','n','l','.','d','l','l',0};
-    const WCHAR gdipdll[] = {'g','d','i','p','l','u','s','.','d','l','l',0};
     const WCHAR gdidll[] = {'g','d','i','3','2','.','d','l','l',0};
     HRESULT hr;
     const WCHAR *latest = NULL;
@@ -239,11 +238,6 @@ static void test_loadlibraryshim(void)
     if (SUCCEEDED(hr))
         FreeLibrary(hdll);
 
-    hr = pLoadLibraryShim(gdipdll, latest, NULL, &hdll);
-    todo_wine ok(hr == E_HANDLE, "LoadLibraryShim failed, hr=%x\n", hr);
-    if (SUCCEEDED(hr))
-        FreeLibrary(hdll);
-
     hr = pLoadLibraryShim(gdidll, latest, NULL, &hdll);
     todo_wine ok(hr == E_HANDLE, "LoadLibraryShim failed, hr=%x\n", hr);
     if (SUCCEEDED(hr))
-- 
1.7.2.3


--------------000400050204020205030203--



More information about the wine-patches mailing list