Juan Lang : shell32: Remove a test that no longer fails on Windows Vista/ 2008.

Alexandre Julliard julliard at winehq.org
Fri Jan 30 07:58:21 CST 2009


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Jan 29 17:48:15 2009 -0800

shell32: Remove a test that no longer fails on Windows Vista/2008.

---

 dlls/shell32/tests/shellpath.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 25122a7..3fcd638 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -303,13 +303,6 @@ static void testSHGetFolderLocationInvalidArgs(void)
      "SHGetFolderLocation(NULL, CSIDL_FAVORITES, 2, 0, &pidl) returned 0x%08x, expected E_FAIL or E_HANDLE\n", hr);
     if (SUCCEEDED(hr))
         IMalloc_Free(pMalloc, pidl);
-    /* check reserved is not zero: */
-    pidl = NULL;
-    hr = pSHGetFolderLocation(NULL, CSIDL_DESKTOP, NULL, 1, &pidl);
-    ok(hr == E_INVALIDARG,
-     "SHGetFolderLocation(NULL, CSIDL_DESKTOP, NULL, 1, &pidl) returned 0x%08x, expected E_INVALIDARG\n", hr);
-    if (SUCCEEDED(hr))
-        IMalloc_Free(pMalloc, pidl);
     /* a NULL pidl pointer crashes, so don't test it */
 }
 




More information about the wine-cvs mailing list