On Tue, Jul 8, 2008 at 8:45 PM, Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
"Piotr Caban" <piotr.caban(a)gmail.com> wrote in message news:200807082053.43537.piotr.caban(a)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