summaryrefslogtreecommitdiff
path: root/tests/runtests.c
Commit message (Expand)AuthorAgeFilesLines
* - Added check for CXX compiler to configure.in, to make the tests compileR_2_1_0_Betakwaclaw2012-03-031-1/+2
* Removed need for amiga_main().ssolie2007-06-031-6/+1
* SF bug #1515266: as noted, suspending the parser has the same problem thatfdrake2006-07-011-33/+59
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+54
* - suppress compiler warning when the tests are built with C++fdrake2006-07-011-12/+1
* Applied patch #1437840. Fix for bugs #1414066 and #1033965 .kwaclaw2006-03-061-1/+1
* Adjusted to the new return type of XML_GetCurrentLineNumberkwaclaw2005-12-281-11/+24
* *** empty log message ***ssolie2005-12-241-0/+9
* make all C strings ASCII (7-bits) to avoid editors from trying tofdrake2005-01-281-3/+3
* remove use of the check library; always use our own testing packagefdrake2005-01-271-6/+1
* update tests to reflect that a more specific error message is being generatedfdrake2004-07-151-3/+3
* - avoid using the "check" library's suite_free() function; it is notfdrake2004-07-151-1/+0
* If the check library is not available, use an abbreviated implementation offdrake2004-04-301-1/+1
* added regression test for SF bug #824420:fdrake2003-11-021-0/+19
* Make it possible to avoid the import of expat_config.h. This makes itfdrake2003-10-161-0/+3
* Deal with issue discussed in SF patch #820946: Expat doesn't handlefdrake2003-10-151-25/+25
* Put in a little protection against the developer not having the checkgstein2003-10-091-1/+13
* elaborated test case to cover SF bug #774028; current Expat alreadyfdrake2003-08-271-4/+4
* - be more specific about the errors we expect to see reportedfdrake2003-03-121-8/+11
* Add regression tests for SF bugs:fdrake2003-03-121-0/+33
* - two more tests based on Karl's comments on SF patch #673791fdrake2003-01-281-33/+79
* Added regression tests for SF bug #673791.fdrake2003-01-251-0/+30
* Thread the proper file name and line number to make determination offdrake2003-01-251-5/+13
* - _expect_failure(): Use _fail_unless() instead of fail() to allowfdrake2003-01-241-1/+15
* Add a test that makes sure xmlns:prefix="" is allowed when namespacefdrake2003-01-241-0/+19
* Fix test case regarding reporting of undefined entities andfdrake2003-01-211-3/+24
* Minor cleanups and conformance with current recommended usage.fdrake2003-01-201-8/+8
* Oops, there were more regression tests for SF bug #653180; add thesefdrake2002-12-301-0/+106
* Added regression tests from bug; Karl already fixed the bug itself.fdrake2002-12-301-13/+27
* Added regression test for SF bug #483514: Default handler reportsfdrake2002-11-121-8/+93
* Added regression test for SF bug #620106: XML_SetEncoding() brokenfdrake2002-11-121-0/+43
* Added regression test for SF bug #616863.fdrake2002-11-071-3/+63
* SF bug #620343: segfault: bad API/callback interactionfdrake2002-10-081-0/+36
* New test: demonstrate segfault in epilogProcessor(). Karl has a fixfdrake2002-08-301-0/+23
* Added regression test.fdrake2002-08-271-2/+15
* Add test for well-formedness constraint: No Recursion.fdrake2002-08-241-0/+15
* Add a test that we do report an undefined entity if there is anfdrake2002-08-231-0/+41
* Factor out some error reporting code used when the parser is expectedfdrake2002-08-231-28/+28
* Renamed the last test added to be more clear about the condition beingfdrake2002-08-231-2/+34
* Add a test case for the improper reporting of a failure of the "Entityfdrake2002-08-221-0/+14
* Define specific return values for the XML_Parse*() functions, and use themfdrake2002-08-021-17/+17
* Remove cruftiness.fdrake2002-07-241-2/+0
* make_basic_suite(): Simplify the organization of the test cases intofdrake2002-07-221-36/+24
* Added regression test for SF bug #584832, adapted from contributedfdrake2002-07-221-0/+30
* Add a test for SF bug #478332.fdrake2002-07-091-0/+36
* Fix SF bug #575168: "Missing events for end-element".fdrake2002-06-281-0/+33
* Add regression tests for SF bug #566334:fdrake2002-06-281-0/+81
* Add a regression test that might tickle SF bug #422239. See commentsfdrake2002-06-281-0/+23
* Share the comment style with the rest of Expat.fdrake2002-05-221-25/+24
* Fix the regression test for SF bug #477667. This now fails, but accuratelyfdrake2002-05-221-1/+3