summaryrefslogtreecommitdiff
path: root/tests/data/test19
Commit message (Collapse)AuthorAgeFilesLines
* tests: add %NOLISTENPORT and use itDaniel Stenberg2020-04-201-1/+1
| | | | | | | | | | | | The purpose with this variable is to provide a port number that is reasonably likely to not have a listener on the local host so that tests can try connect failures against it. It uses port 47 - "reserved" according to IANA. Updated six tests to use it instead of the previous different ports. Assisted-by: Emil Engler Closes #5270
* tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg2019-10-091-1/+1
| | | | ... when the tests want "connection refused".
* 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-0/+2
| | | | | | 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.
* keywords addedDaniel Stenberg2005-04-161-0/+7
|
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* nine new test casesDaniel Stenberg2001-08-071-0/+22