summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-024-91/+56
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-054-2/+158
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* get testdso to work with the vendor's compiler on HP-UX, whichtrawick2003-05-281-1/+1
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-281-0/+12
* add "-l" option for listing testcases to make it easier for a regressiontrawick2003-05-181-0/+6
* add -x option to exclude particular teststrawick2003-05-161-14/+52
* Fix typo.jorton2003-05-151-1/+1
* Use $(LIBTOOL) instead of $(LINK) for the mod_test shared objects.jerenkrantz2003-05-141-2/+2
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+7
* fix some problems with undesired build droppings left around aftertrawick2003-04-301-12/+23
* Fail gracefully rather than SEGV if data/file_datafile.txt can't be opened.jorton2003-04-291-1/+4
* Localize the fudge added in r1.10 to Win32, since it makes the testjorton2003-04-291-0/+6
* get prototype for apr_snprintf()trawick2003-04-271-1/+1
* we already verify that apr-determined format strings worktrawick2003-04-181-7/+21
* no need to list testall more than oncetrawick2003-04-181-2/+2
* Add another hack to make testdso pass on BSD/OS; this needs fixingjorton2003-04-161-1/+1
* since the string description for APR_ENOENT comes from thetrawick2003-04-161-3/+7
* implement APR_UINT64_T_HEX_FMTtrawick2003-04-151-0/+20
* add some tests of apr_pollset_remove()trawick2003-04-121-0/+79
* iov_len can be too big for an int (e.g., ia64 Linux)trawick2003-04-121-4/+5
* Add tests for APR_{U,}INT64_T_FMT and apr_strerror.jorton2003-03-241-0/+30
* static main() doesn't worktrawick2003-03-241-1/+1
* After consulting with the APR list, it was decided that /map file creationwrowe2003-02-202-8/+8
* Added the apr_env test to the NetWare test buildbnicholes2003-02-181-0/+1
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-175-2/+133
* Added testpath to the NetWare tests makefilebnicholes2003-02-121-0/+1
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-127-3/+189
* Fixed a compile problem if mmap has not been implementedbnicholes2003-02-071-1/+2
* test_buffered_write_size: Pass TRUNCATE not EXCL to open so test isn'tjorton2003-02-071-4/+4
* Added a new test to check the behaviour of apr_file_info_get inbrane2003-02-031-0/+33
* Clean up the test by making sure that the test string is consistent and that itbnicholes2003-01-311-4/+11
* Fix the time vs apr_time_now comparison to really allow 1 secondjorton2003-01-161-1/+1
* Add the pipe test back in for NetWarebnicholes2003-01-142-9/+1
* One cannot just 'shift' the time by editing tm_gmtoff.wrowe2003-01-101-3/+7
* Need to build accessor binaries for the test suitewrowe2003-01-101-4/+4
* Add the NetWare file system root stringbnicholes2003-01-081-0/+2
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* More VC dirt to sweep up after.wrowe2003-01-031-1/+1
* We don't have no stinkin ssize_t here. We also needed io.h to compile cleanwrowe2003-01-031-1/+4
* Must ... have ... extensionswrowe2003-01-032-3/+12
* Need mo' targetswrowe2003-01-031-5/+9
* LL isn't portable c... we created APR_INT64_C for this purpose.wrowe2003-01-021-1/+1
* fix the name of the test module on AIXtrawick2003-01-021-0/+3
* don't test whether or not the OS will let us open a directorytrawick2003-01-021-14/+0
* fix the type of an integer constant, which with xlc will removetrawick2003-01-021-1/+1
* Update copyright notices to 2003.thommay2003-01-0147-47/+47