scrrun/tests: Actually test the return values (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-21 12:02:19 +01:00 committed by Alexandre Julliard
parent 33136293ba
commit f0d7765236
1 changed files with 2 additions and 0 deletions

View File

@ -1578,6 +1578,7 @@ todo_wine
ok(hr == S_OK, "got 0x%08x\n", hr);
str = SysAllocString(aW);
hr = ITextStream_Write(stream, str);
ok(hr == S_OK, "got 0x%08x\n", hr);
SysFreeString(str);
ITextStream_Release(stream);
@ -1730,6 +1731,7 @@ todo_wine
ok(hr == S_OK, "got 0x%08x\n", hr);
str = SysAllocString(aW);
hr = ITextStream_Write(stream, str);
ok(hr == S_OK, "got 0x%08x\n", hr);
SysFreeString(str);
ITextStream_Release(stream);