[PATCH 4/4] shell32/tests: Add tests to show relative known folder paths match SHGetKnownFolderPath

Francois Gouget fgouget at codeweavers.com
Fri Jun 4 11:34:14 CDT 2021


Hi,

On Thu, 27 May 2021, Andrew Eikum wrote:
[...]
> +                                ok_(__FILE__, known_folder->line)(wcsicmp(kfd.pszRelativePath, ikf_path + lstrlenW(ikf_parent_path) + 1) == 0,
> +                                        "Full path %s does not end with relative path %s\n",
> +                                        debugstr_w(ikf_path), debugstr_w(kfd.pszRelativePath));

This check introduced a failure on Windows 8.1 for the cw-rx460 and 
cw-gtx560 machines:

https://test.winehq.org/data/patterns.html#shell32:shellpath

shellpath.c:380: Test failed: Full path 
L"C:\\Users\\winetest\\AppData\\Local\\Microsoft\\Windows\\Burn\\Burn1" 
does not end with relative path L"Microsoft\\Windows\\Burn\\Burn"

Note that, as far as I know, neither has a CD/DVD writer.

-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list