Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-12 | tests: added globbing keyword to URL globbing tests | Dan Fandrich | |
2013-09-06 | urlglob: improved error messages and column number on bad use | Daniel Stenberg | |
Introduce a convenience macro and keep of the column better so that it can point out the offending column better. Updated test 75 accordingly. | |||
2010-10-11 | test: urlglob error messages have no extra newline anymore | Daniel Stenberg | |
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich | |
the default port numbers, allowing more than one test suite to run simultaneously on the same host. | |||
2007-03-16 | Fixed the test case to use a truly invalid urlglob range. | Dan Fandrich | |
2007-03-09 | Updated the test harness to check for protocol support before running each | Dan Fandrich | |
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features. | |||
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | |
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | |||
2005-11-10 | modified to the new error text for range error | Daniel Stenberg | |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg | |
to the docs. | |||
2005-04-22 | keywords added | Daniel Stenberg | |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | |||
2003-08-06 | more tests | Daniel Stenberg | |