[PATCH 1/2] msxml3/tests: Added IServerXMLHTTPRequest tests.

Nikolay Sivov bunglehead at gmail.com
Sat Mar 24 04:32:49 CDT 2018


On 3/23/2018 7:32 PM, Jacek Caban wrote:
> +    EXPECT_HR(hr, S_OK);
> +
> +    hr = IServerXMLHTTPRequest_get_responseText(xhr, &response);
> +    EXPECT_HR(hr, S_OK);

Could you please use explicit ok() instead of this macro?



More information about the wine-devel mailing list