summaryrefslogtreecommitdiff
path: root/tests/data/test327
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %LOGDIR to refer to the log directoryDan Fandrich2023-03-301-2/+2
| | | | | | This will allow it be set dynamically. Ref: #10818
* tests: add `cookies` featuresMarcel Raad2023-03-091-0/+3
| | | | | | These tests don't work with `--disable-cookies`. Closes https://github.com/curl/curl/pull/10713
* 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-2/+2
| | | | | | | | | | | | | | 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
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+2
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-03-241-1/+1
|
* tests: allow tests to pass by 2037-02-12Bernhard M. Wiedemann2019-01-081-1/+1
| | | | | | similar to commit f508d29f3902104018 Closes #3443
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-231-0/+73
Important for when the file is going to be read again and thus must not contain old contents! Adds test 327 to verify. Reported-by: daboul on github Fixes #3299 Closes #3300