summaryrefslogtreecommitdiff
path: root/test/testtable.c
Commit message (Expand)AuthorAgeFilesLines
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenminfrin2016-03-071-0/+24
* Add the apr_table_getm() call, which transparently handles theminfrin2013-05-071-0/+20
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-18/+18
* Add apr_array_clear() API.pquerna2007-05-161-0/+11
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * test/testtable.c (table_overlap2): Add test case forjorton2005-05-041-0/+22
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-21/+21
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-43/+43
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Remove "unused variable" warnings from GCC.jorton2002-11-141-2/+0
* Make global variables static where appropriate.jorton2002-11-141-1/+1
* Port testtable to the new test suite.rbb2002-10-221-79/+126
* Added an apr_table_overlap() testbrianp2002-07-271-1/+30
* added test cases for apr_table_unset()brianp2002-07-051-0/+22
* added table test programbrianp2002-07-051-0/+117