summaryrefslogtreecommitdiff
path: root/test/testtable.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-4/+4
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenGraham Leggett2016-03-071-0/+24
* Add the apr_table_getm() call, which transparently handles theGraham Leggett2013-05-071-0/+20
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-18/+18
* Add apr_array_clear() API.Paul Querna2007-05-161-0/+11
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * test/testtable.c (table_overlap2): Add test case forJoe Orton2005-05-041-0/+22
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-21/+21
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-43/+43
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* fix a bug in the table overlap testBrian Pane2003-06-241-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-7/+0
* Remove "unused variable" warnings from GCC.Joe Orton2002-11-141-2/+0
* Make global variables static where appropriate.Joe Orton2002-11-141-1/+1
* Port testtable to the new test suite.Ryan Bloom2002-10-221-79/+126
* Added an apr_table_overlap() testBrian Pane2002-07-271-1/+30
* added test cases for apr_table_unset()Brian Pane2002-07-051-0/+22
* added table test programBrian Pane2002-07-051-0/+117