summaryrefslogtreecommitdiff
path: root/test/testdir.c
Commit message (Expand)AuthorAgeFilesLines
* * test/testdir.c (test_rmkdir_nocwd): Avoid failures on platformsJoe Orton2005-09-271-5/+13
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionJoe Orton2005-09-241-0/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-5/+5
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-38/+38
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-68/+68
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotJoe Orton2004-02-191-51/+10
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Only APR_FINFO_DIRENT is guarenteed to be supported... other platformsWilliam A. Rowe Jr2002-12-291-5/+5
* Add some tests that were written but not being run.Ryan Bloom2002-11-241-0/+4
* 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-7/+0
* Remove "unused variable" warnings from GCC.Joe Orton2002-11-141-4/+0
* Migrate the directory test program to the new test suite.Ryan Bloom2002-11-111-47/+240
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* gotta close the dir before it can be removed (at least on Win32);Jeff Trawick2001-08-061-0/+3
* use exit status 0 for success in testdir, testoc, and testprocJeff Trawick2001-08-021-1/+1
* Make testdir more portableBrian Havard2001-06-281-3/+5
* Bugfix for the unix version of apr_dir_read(). I caught it on myBen Collins-Sussman2001-06-151-0/+131