Module: wine Branch: master Commit: d360b6f913a4d44e3d0d621e3bef9d8b90ae1470 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d360b6f913a4d44e3d0d621e3b...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Mon Nov 22 20:02:40 2010 +0100
mscoree/tests: Remove an unneeded test.
---
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))