summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-6/+6
* * test/testfile.c (test_readzero): New test.jorton2004-05-241-0/+18
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-100/+100
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-146/+146
* Fix sign error in apr_file_seek().trawick2004-05-041-0/+21
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* add a test that concentrates on APR_TRUNCATEtrawick2003-07-101-0/+40
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+7
* Fail gracefully rather than SEGV if data/file_datafile.txt can't be opened.jorton2003-04-291-1/+4
* don't test whether or not the OS will let us open a directorytrawick2003-01-021-14/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Remove some code that we can never reach. If we fail therbb2002-12-291-12/+1
* apr_file_open(f, "directory", ..., p) is not portable, test for it.wrowe2002-12-291-18/+22
* Readd the test removed since rev 1.60. Let others untangle the implications,wrowe2002-12-291-0/+22
* Remove a bogus test. All of the original architects have argued againstwrowe2002-12-291-22/+0
* You cannot close files that failed to open.wrowe2002-12-281-2/+10
* We were leaking file descriptors from the testfile program. Thatrbb2002-12-151-3/+81
* Make the file tests more portable. The status checking needs to use ourrbb2002-12-111-3/+3
* Ensure that strings passed to strcmp() are NUL-terminated.jorton2002-11-271-2/+2
* Add some tests that were written but not being run.rbb2002-11-241-0/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
* Fix location passed to apr_file_read in test_fileclose.jorton2002-11-141-2/+2
* Migrate testfile to the new test suite.rbb2002-11-101-455/+291
* Remove all directory tests from testfile. We have testdir.c for testingrbb2002-11-101-57/+0
* make the test for readability on a regular file non-fataltrawick2002-10-101-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+2
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Win32 doesn't support remove-open-file semantics.wrowe2002-03-141-0/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* add a cast so that gcc 2.7.2.3 on FreeBSD 3.4 generates the right codetrawick2002-03-121-1/+1
* fix the type of the nbytes parm to apr_file_read and apr_file_writetrawick2002-03-111-1/+1
* add a testcase for the type of problem seen in Apache PR 10003trawick2002-03-111-0/+84
* add another testcase which tests the interaction between read,trawick2001-08-291-0/+88
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-16/+8
* Always close what we open.bjh2001-08-231-0/+1
* rename the temporary scratch directory from testdir to tmpdirtrawick2001-08-021-6/+6
* don't hang forever on systems which don't report readability ontrawick2001-08-021-2/+2
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* get rid of some unused variablestrawick2001-05-141-2/+0
* The remainder of the changes to testfile.dreid2001-05-141-146/+73
* get rid of some unused variablestrawick2001-05-141-2/+0
* Change testfile.c to start using the new functions in test_apr.h.dreid2001-05-141-186/+96
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-61/+61
* clean up gcc warningtrawick2001-02-011-14/+14
* Get tests building, and actually checking for libapr.la revisions towrowe2001-01-281-1/+93