Commit df97a0e8 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winhttp/tests: Test the correct return code.

parent a21f30c2
......@@ -3043,7 +3043,7 @@ static void test_IWinHttpRequest(void)
IWinHttpRequest_Release( req );
pos.QuadPart = 0;
IStream_Seek( stream, pos, STREAM_SEEK_SET, NULL );
hr = IStream_Seek( stream, pos, STREAM_SEEK_SET, NULL );
ok( hr == S_OK, "got %08x\n", hr );
buf[0] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment