[v6] shell32: fix two bugs in IQueryAssocations

Alexandre Julliard julliard at winehq.org
Tue Mar 15 07:25:08 CDT 2016


Theodore Dubois <tblodt at icloud.com> writes:

> +
> +    /* This macro is necessary because of what the ok macro expands to. Failures would report the wrong line number. */
> +#define TEST_GET_STRING(a,p,s,es) \
> +    getstring_test_result = getstring_test(a,p,s,es);\
> +    ok(getstring_test_result, "\n");

It would be better to avoid the macro and write the tests explicitly,
with meaningful error messages.

Also, any chance to split the patch?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list