summaryrefslogtreecommitdiff
path: root/tests
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
* Applied patch #3120699 with modifications.kwaclaw2012-02-261-3/+2
* Added Windows project files (same VC++ 6.0 format as the others) andkwaclaw2012-02-213-4/+154
* Modified Windows project files to import properly into Visual Studio 2010.kwaclaw2012-02-211-4/+4
* - Move diff to unifiedhartwork2008-08-031-3/+4
* Removed need for amiga_main().ssolie2007-06-032-12/+5
* 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
* if the test reports a failure message, always display it (it wasfdrake2006-07-011-0/+6
* - suppress compiler warning when the tests are built with C++fdrake2006-07-013-20/+1
* Modified code to use XML_ParserReset() instead of creating a newkwaclaw2006-04-071-5/+7
* Applied patch #1437840. Fix for bugs #1414066 and #1033965 .kwaclaw2006-03-062-1/+8
* Added support for XML_LARGE_SIZE.kwaclaw2006-01-011-1/+8
* Small corrections.kwaclaw2006-01-011-2/+2
* Adjusted to the new return type of XML_GetCurrentLineNumberkwaclaw2005-12-281-11/+24
* Updated to reflect that we use our own Check implementation now.kwaclaw2005-12-281-3/+3
* *** empty log message ***ssolie2005-12-242-0/+15
* make errors reported display more like GCC error messages, so editorsfdrake2005-01-281-2/+2
* implement verbose mode in minicheck to make it easier to determine whichfdrake2005-01-282-5/+35
* make all C strings ASCII (7-bits) to avoid editors from trying tofdrake2005-01-281-3/+3
* test using Expat from C++fdrake2005-01-282-0/+7
* remove use of the check library; always use our own testing packagefdrake2005-01-271-6/+1
* make the headers for support code more C++ friendlyfdrake2004-09-302-0/+16
* convert MSVC project and workspace files to binary files that must alwaysfdrake2004-09-302-132/+132
* - avoided assumptions that glob patterns before a trailing slash willfdrake2004-09-301-44/+48
* 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-153-10/+4
* If the check library is not available, use an abbreviated implementation offdrake2004-04-304-3/+235
* 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-162-0/+5
* 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-092-5/+25
* Corrected typo.kwaclaw2003-09-051-1/+1
* Explains usage of benchmark utility.kwaclaw2003-09-041-0/+16
* Small benchmark utility to test pure parser speed.kwaclaw2003-09-043-0/+233
* 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