summaryrefslogtreecommitdiff
path: root/test/testtable.c
Commit message (Expand)AuthorAgeFilesLines
* 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