msxml3/test: Added ISAXXMLReader test. (4/18) (resend)

James Hawkins truiken at gmail.com
Tue Jul 8 20:54:03 CDT 2008


On Tue, Jul 8, 2008 at 8:45 PM, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
>
> "Piotr Caban" <piotr.caban at gmail.com> wrote in message
> news:200807082053.43537.piotr.caban at gmail.com...
>> ---
>> dlls/msxml3/tests/Makefile.in |    3 +-
>> dlls/msxml3/tests/saxreader.c |  225
>> +++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 227 insertions(+), 1 deletions(-)
>> create mode 100644 dlls/msxml3/tests/saxreader.c
>>
>>hr = ISAXXMLReader_putContentHandler(reader, &contentHandler);
>>+ ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
>>
> Hi Piotr,
>   What about more tests for invalid parameters?
> eg. hr = ISAXXMLReader_putContentHandler(reader, NULL);
>
> Add some tests for get_contentHandler to confirm that putContentHandler
> works.
>

Alistair,

Piotr already said that he's just trying to get the initial tests in.
More tests can be added later, by Piotr and anyone else that feels
like more tests are needed.

-- 
James Hawkins



More information about the wine-devel mailing list