summaryrefslogtreecommitdiff
path: root/test/testpools.c
Commit message (Expand)AuthorAgeFilesLines
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Reuse cleanup structures to prevent memory consumption from repeatedJoe Orton2004-06-171-0/+48
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-10/+10
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-26/+26
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* 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-8/+0
* Make global variables static where appropriate.Joe Orton2002-11-141-2/+2
* change to a more appropriate CuAssert* callJeff Trawick2002-10-231-1/+1
* Port testpools to the new test suite.Ryan Bloom2002-10-221-59/+59
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* clean up some warnings (unused variables, unprototyped exportedJeff Trawick2002-01-171-5/+2
* Add a quick 5 minute "incredibly simple" pools test app.David Reid2002-01-121-0/+157