summaryrefslogtreecommitdiff
path: root/test/testfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-4/+4
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-6/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Use APR_STATUS_IS_INCOMPLETE instead of comparing directly againstrooneg2005-12-131-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-7/+7
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-31/+31
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-45/+45
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * test/testfileinfo.c (finfo_equal, test_stat_eq_finfo): Avoidjorton2003-10-051-30/+30
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+48
* 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
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* After recovering the 'manditory' bits, confirm that fields are identicalwrowe2002-12-291-27/+61
* Missing a space between each missing item in the file info and the NULL asbnicholes2002-12-191-2/+2
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Remove redundant pallocs, and mark local funcs/vars as static.jorton2002-11-231-4/+4
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Fix test_stat function; don't call apr_file_close on a dangling pointer.jorton2002-11-231-2/+0
* Add a new test, testfileinfo. This came from the old testfile program,rbb2002-11-221-0/+195