summaryrefslogtreecommitdiff
path: root/test/testtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-21/+21
| | | | | | | a test that is segfaulting in testshm. That will need to be fixed. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65095 13f79535-47bb-0310-9956-ffa450edef68
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-43/+43
| | | | | | | | | | | | and it prints output while running the test. Also, if a test fails the rest of the test function is run, allowing for proper cleanup. Finally, it is possible to call the same function multiple times with different data, and each call is considered a separate test. This is the first of a multi-step process to get a more useful test suite. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65091 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64551 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.thommay2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64079 13f79535-47bb-0310-9956-ffa450edef68
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
| | | | | | | | for all tests. IF you just want to run individual tests, you do that by passing the name of the test to testall. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64065 13f79535-47bb-0310-9956-ffa450edef68
* Remove "unused variable" warnings from GCC.jorton2002-11-141-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64024 13f79535-47bb-0310-9956-ffa450edef68
* Make global variables static where appropriate.jorton2002-11-141-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64023 13f79535-47bb-0310-9956-ffa450edef68
* Port testtable to the new test suite.rbb2002-10-221-79/+126
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63963 13f79535-47bb-0310-9956-ffa450edef68
* Added an apr_table_overlap() testbrianp2002-07-271-1/+30
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63736 13f79535-47bb-0310-9956-ffa450edef68
* added test cases for apr_table_unset()brianp2002-07-051-0/+22
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63574 13f79535-47bb-0310-9956-ffa450edef68
* added table test programbrianp2002-07-051-0/+117
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63572 13f79535-47bb-0310-9956-ffa450edef68