winhttp/tests: Test the correct return code.

oldstable
Michael Stefaniuc 2015-03-30 10:13:44 +02:00 committed by Alexandre Julliard
parent a21f30c23e
commit df97a0e85d
1 changed files with 1 additions and 1 deletions

View File

@ -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;