summaryrefslogtreecommitdiff
path: root/tests/data/test75
Commit message (Collapse)AuthorAgeFilesLines
* test75: Remove precheck testDan Fandrich2020-04-301-5/+0
| | | | | This has not been needed since commit 9fa42bed and often prevents it from running at all with dynamic test ports.
* tests: Stop referring to server ports when they're not usedDan Fandrich2020-04-301-1/+1
| | | | | | | | | Several tests referred to specific server ports even when the test didn't actually use that server or specify that it's needed. In such cases, the test harness substitutes the text "[not running]" as the port number which causes many such tests to fail due to the inability to parse the URL. These tests are changed to use %NOLISTENPORT which will always be substituted correctly.
* urlglob: improve error messageDaniel Stenberg2018-09-131-1/+3
| | | | | | | | | to help user understand what the problem is Reported-by: Daniel Shahaf Fixes #2763 Closes #2977
* tests: added globbing keyword to URL globbing testsDan Fandrich2014-07-121-0/+1
|
* urlglob: improved error messages and column number on bad useDaniel Stenberg2013-09-061-2/+2
| | | | | | | Introduce a convenience macro and keep of the column better so that it can point out the offending column better. Updated test 75 accordingly.
* test: urlglob error messages have no extra newline anymoreDaniel Stenberg2010-10-111-1/+0
|
* Improved the test harness to allow running test servers on other thanDan Fandrich2007-04-301-0/+5
| | | | | the default port numbers, allowing more than one test suite to run simultaneously on the same host.
* Fixed the test case to use a truly invalid urlglob range.Dan Fandrich2007-03-161-1/+1
|
* Updated the test harness to check for protocol support before running eachDan Fandrich2007-03-091-0/+3
| | | | | test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-2/+4
| | | | | | 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.
* modified to the new error text for range errorDaniel Stenberg2005-11-101-1/+1
|
* Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg2005-05-201-1/+1
| | | | to the docs.
* keywords addedDaniel Stenberg2005-04-221-0/+7
|
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-081-1/+1
| | | | | | 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.
* more testsDaniel Stenberg2003-08-061-0/+33