summaryrefslogtreecommitdiff
path: root/tests/data/test302
Commit message (Collapse)AuthorAgeFilesLines
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+0
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-0/+1
| | | | | | Added build to travis to verify Closes #5466
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-1/+12
| | | | | | | | | | | | | Modified sws to support and use custom CONNECT responses instead of the previously naive hard-coded version. Made the HTTP test server able to extract test case number from the host name in a CONNECT request by finding the number after the last dot. It makes 'machine.moo.123' use test case 123. Adapted a larger amount of tests to the new <connect> style. Bug: http://curl.haxx.se/bug/view.cgi?id=1204 Reported by: Martin Jansen
* Added key words to all SSL-using tests so they can be skipped if necessary.Dan Fandrich2008-02-091-0/+10
| | | | Removed a few unnecessary requires SSL statements.
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-10/+0
| | | | directly to ftpserver.cmd and removing unneeded empty sections.
* 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. & => &amp; ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* properly mark tests as requiring feature 'SSL'Daniel Stenberg2005-01-301-0/+3
|
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* 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.
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* test case 503 entered the dirDaniel Stenberg2002-12-131-1/+2
|
* updated for the new SSL -kDaniel Stenberg2002-08-261-1/+1
| | | | added two new tests to test the absense of -k to insecure SSL sites
* updated error codeDaniel Stenberg2002-04-101-1/+1
|
* HTTPS test caseDaniel Stenberg2001-09-181-0/+31