summaryrefslogtreecommitdiff
path: root/test/testud.c
Commit message (Collapse)AuthorAgeFilesLines
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-7/+7
| | | | | | | of ABTS_INT_EQUAL et al git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@596028 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.jorton2006-08-031-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.jorton2006-08-031-6/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): jorton2004-11-171-6/+6
| | | | | | | | | | | | Fix GCC strict-aliasing warnings. * test/testfile.c (test_userdata_get, test_userdata_set, test_userdata_getnokey): Likewise. * test/testsockets.c (socket_userdata): Likewise. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@76117 13f79535-47bb-0310-9956-ffa450edef68
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-7/+7
| | | | | | | 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-18/+18
| | | | | | | | | | | | 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
* 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
* Revert the apr_pool_userdata_get change from last night.rbb2002-10-221-4/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63965 13f79535-47bb-0310-9956-ffa450edef68
* Port testud to the new test suite.rbb2002-10-221-17/+59
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63960 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* Remove SMS and all references.striker2001-09-281-14/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62381 13f79535-47bb-0310-9956-ffa450edef68
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
| | | | | | | success git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62073 13f79535-47bb-0310-9956-ffa450edef68
* Few changes, mainly to add more support for sms :)dreid2001-07-071-0/+110
- add apr_sms_userdata_get/set routines - change testcontext into testud as all it does is test user data - add a test for sms user data into testud - remove testcontext as we haven't been calling our memory contexts for a very long time now :) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61890 13f79535-47bb-0310-9956-ffa450edef68