shell32/tests: Fix a test failure on Vista.

This commit is contained in:
Paul Vriens 2009-06-18 10:32:41 +02:00 committed by Alexandre Julliard
parent 29c51bdb04
commit 7319805621
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ static void test_GetDisplayName(void)
hr = IShellFolder_BindToObject(psfDesktop, pidlTestFile, NULL, &IID_IUnknown, (VOID**)&psfFile);
todo_wine
ok (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) ||
hr == E_NOTIMPL || /* Vista */
broken(SUCCEEDED(hr)), /* Win9x, W2K */
"hr = %08x\n", hr);
if (SUCCEEDED(hr)) {