Re: [1/9] Fix expected values in various messages.
15 Sep
2013
15 Sep
'13
8:30 p.m.
On 09/15/2013 04:25 PM, Akihiro Sagawa wrote:
hr = IUnknown_QueryInterface(reader_input,&IID_IStream, (void**)&stream2); - ok(hr == E_NOINTERFACE, "Expected S_OK, got %08x\n", hr); + ok(hr == E_NOINTERFACE, "Expected E_NOINTERFACE, got %08x\n", hr);
As Henri said, it's not that useful to see expected value, this one is a copy-paste typo of course and should be fixed. Printing actual value is enough, so something like "got 0x%08x\n" is ok.
4476
Age (days ago)
4476
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov