summaryrefslogtreecommitdiff
path: root/tests/data/test307
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+1
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* Added key words to all SSL-using tests so they can be skipped if necessary.Dan Fandrich2008-02-091-0/+7
| | | | Removed a few unnecessary requires SSL statements.
* Replaced 127.0.0.1 with %HOSTIP where possibleDan Fandrich2007-09-141-1/+1
|
* 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.
* Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich2007-01-181-1/+1
|
* Disabled test 307 for now.Dan Fandrich2007-01-171-0/+4
|
* Added simple OpenSSL crypto engine tests.Dan Fandrich2007-01-161-0/+43