[PATCH] msi/tests: Accept case variations for path properties.

Dmitry Timoshkov dmitry at baikal.ru
Wed Jun 19 04:16:30 CDT 2019


Hans Leidekker <hans at codeweavers.com> wrote:

> +    if (match_case)
> +        ok(!strcmp(buffer, expect), "'%s': expected '%s', got '%s'\n", prop, expect, buffer);
> +    else
> +        ok(!strcasecmp(buffer, expect), "'%s': expected '%s', got '%s'\n", prop, expect, buffer);

Please use lstrcmpiA() instead, otherwise the test won't compile with PSDK.

-- 
Dmitry.



More information about the wine-devel mailing list