[PATCH 2/2] msxml3/tests: Added invalid host XHR tests.
23 Mar
2018
23 Mar
'18
4:32 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/msxml3/tests/httpreq.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
24 Mar
24 Mar
9:31 a.m.
+ V_VT(&body) = VT_EMPTY; + hr = IServerXMLHTTPRequest_send(xhr, body); + todo_wine + ok(hr == 0x80072ee7, "send to invalid host returned %#x.\n", hr); This should be WININET_E_NAME_NOT_RESOLVED.
27 Mar
27 Mar
4:24 p.m.
On 03/24/2018 10:31 AM, Nikolay Sivov wrote:
+ V_VT(&body) = VT_EMPTY; + hr = IServerXMLHTTPRequest_send(xhr, body); + todo_wine + ok(hr == 0x80072ee7, "send to invalid host returned %#x.\n", hr);
This should be WININET_E_NAME_NOT_RESOLVED.
I sent updated patch. Thanks for adding its definition. Jacek
2827
Age (days ago)
2831
Last active (days ago)
2 comments
2 participants
participants (2)
-
Jacek Caban -
Nikolay Sivov