Module: wine Branch: master Commit: df97a0e85dffa4817ca20c697923b503a555a442 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df97a0e85dffa4817ca20c6979...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Mar 30 10:13:44 2015 +0200
winhttp/tests: Test the correct return code.
---
dlls/winhttp/tests/winhttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c index 1423cef..ac944f2 100644 --- a/dlls/winhttp/tests/winhttp.c +++ b/dlls/winhttp/tests/winhttp.c @@ -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;