Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtests: provide curl's version string as %VERSION for tests | Daniel Stenberg | 2020-10-02 | 1 | -3/+1 |
| | | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037 | ||||
* | Replaced 127.0.0.1 with %HOSTIP where possible | Dan Fandrich | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -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 test 268 that makes curl -d @nonexisting | Daniel Stenberg | 2005-08-12 | 1 | -0/+55 |