Re: Expat and Open Watcom
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Michael Greene wrote: > I have been putting together makefiles for compiling expat 2.0.0 with > Open Watcom on OS/2 and NT. Everything is working except for one test fail: > > Expat version: expat_2.0.0 > ..\tests\runtests.c:1201: external_entity_handler > 97%: Checks: 48, Failed: 1 > > The test is : test_default_ns_from_ext_subset_and_ext_ge. > > Is there a place to start finding the cause? I see that > external_entity_handler is "Regression test for SF bug #616863". > > Try to run Expat directly on the XML document in the test case, and see what the error is, and on which line/column it happens. Karl