summaryrefslogtreecommitdiff
path: root/test/CuTest.c
Commit message (Expand)AuthorAgeFilesLines
* CuFail appends a newline; reserve blank lines to seperate test suites.wrowe2002-12-311-2/+2
* I like Ryan's formatting of the notimpl stuff, do the same for failure.wrowe2002-12-311-1/+1
* Add a CuAssertStrnEquals which does a strncmp instead of a strcmp. Thisrbb2002-12-191-0/+14
* Be more verbose about where the tests failed when we print informationrbb2002-12-111-2/+2
* Get the test suite to compile on Windows finally. This is a hack of arbb2002-12-111-5/+8
* Move CuAssertSuccess to apr_assert_success, and remove it from therbb2002-12-061-10/+0
* Add CuAssertSuccess function for giving useful failure messages.jorton2002-12-061-0/+10
* Add some const saftey to CuTestrbb2002-11-271-2/+2
* Add some const good-nessrbb2002-11-231-4/+4
* Change CuSuiteListDetails function to return the number of tests whichjorton2002-11-141-1/+2
* Flush stdout after printing the test name but before running the tests.jorton2002-11-111-0/+1
* Finish cleaning up the test suite's output.rbb2002-10-241-1/+10
* Cleanup the output from the new test suite. It now prints the outputrbb2002-10-231-1/+19
* This was getting printed twice for SuiteLists, but we only need it once.rbb2002-10-131-1/+0
* Const-ify some functions in the test suite.rbb2002-10-131-3/+3
* Cleanup all warnings generated by the test suite code.rbb2002-10-131-12/+3
* just say no to carriage returnstrawick2002-09-161-438/+439
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-0/+438