winhttp/tests: Test the correct return code.
This commit is contained in:
parent
a21f30c23e
commit
df97a0e85d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue