summaryrefslogtreecommitdiff
path: root/tests/data/test653
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip mime/form tests when mime is not built-inPatrick Monnerat2022-09-271-0/+3
| | | | Closes #9596
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-4/+4
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: fixup several testsFabian Keil2021-02-091-3/+3
| | | | | | | | | | | | | | missing CRs and modified %hostip lib556/test556: use a real HTTP version to make test reuse more convenient make sure the weekday in Date headers matches the date test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d) Gets the test working with external proxies like Privoxy again. Closes #6463
* tests: update fixed IP for hostip/clientip splitStephan Szabo2019-06-251-2/+2
| | | | | | | These tests give differences for me on linux when using a hostip pointing to the external ip address for the local machine. Closes #4070
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-201-0/+93
See issue #1999