[Expat-checkins] expat/tests runtests.c,1.43,1.44

Karl Waclawek karl at waclawek.net
Fri Jan 24 13:49:58 EST 2003


> 
> That's right; the test expects and error and does not get one, so it
> reports a failure (that Expat did not report the error).
> 
> I've attached my current version of the new tests.

Fred,

I looked at:

namespace_setup(void)
{
    parser = XML_ParserCreateNS(NULL, ' ');
    if (parser == NULL)
        fail("Parser not created.");
}

I am not sure this has anything to do with it,
but try a character other than a blank.
I am always using the equivalent of

parser = XML_ParserCreateNS(NULL, '^');


Karl



More information about the Expat-checkins mailing list