Re: expat/tests runtests.c,1.43,1.44

"Karl Waclawek" <[email protected]>
Newsgroups gmane.text.xml.expat.cvs
Message-ID <004b01c2c3d9$64efc570$9e539696@citkwaclaww2k>
> 
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.