summaryrefslogtreecommitdiff
path: root/tests/data/test1363
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-9/+9
| | | | | | | 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
* HTTP tests: use CRLF as header seperator according to RFC 2616Marc Hoersken2014-02-141-18/+18
| | | | Changes LF to CRLF and disables automatic output conversion.
* tests: specify 'text' mode for some output files in verify sectionYang Tse2013-03-181-2/+2
|
* tests: fix test definitions # 1355, 1363, 1385 and 1393Yang Tse2012-06-111-18/+0
| | | | -i without HTTP protocol shall not include headers in the output
* tests 1348 to 1363: test definition polishingYang Tse2012-06-071-1/+1
| | | | | | | | Verify that the "Saved to filename 'blabla'" message is only displayed when the 'blabla' filename being used _actually_ has been specified by the server in the Content-Disposition header. Use relative path for unintended file creation postcheck.
* tests 1348 to 1363: compleate header data part of test definitionYang Tse2012-06-061-0/+1
|
* tests 1334 to 1363 revisited.Yang Tse2012-06-051-10/+7
| | | | | | Add a postcheck section to verify unintended file creation. Remove needless <file> checks in verify section. Renumbering where appropriate.
* tests 1348 to 1363: add a comma in test descriptionYang Tse2012-06-051-1/+1
|
* tests 1356 to 1363: several -O -J -i -D combinations with FTP protocolYang Tse2012-06-041-0/+99
Currently 1356 to 1362 succeed but a write failure is logged in traceNNNN. Currently 1363 fails, so disabled for now.