[PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

Nikolay Sivov bunglehead at gmail.com
Thu Jan 21 10:26:41 CST 2010


On 1/21/2010 19:19, Paul Vriens wrote:
> On 01/18/2010 10:28 PM, Nikolay Sivov wrote:
>> Add basic test structure for IXmlReader
>>
>
> Hi Nikolay,
>
> This one crashes on Vista without a servicepack at:
>
> +    IXmlReader_Release(reader);
> +}
>
> All the calls before that one look ok (they produce the expected output).
>
> I guess "vista without an SP" can be considered broken(), but how do 
> deal with that?
>
That's a bit strange. Could you test for reader pointer around this:
---
     hr = pCreateXmlReader(&IID_IXmlReader, (LPVOID*)&reader, NULL);
     ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
---
Add reader = 0xdeadbeef; and test what is reader after a call.




More information about the wine-devel mailing list