summaryrefslogtreecommitdiff
path: root/tests/data/test572
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* testsuite: changed HTTP and RTSP header line-endings to CRLFMarc Hoersken2014-02-141-30/+30
| | | | | | | | | According to RFC 2616 and RFC 2326 individual protocol elements, like headers and except the actual content, are terminated by using CRLF. Therefore the test data files for these protocols need to contain mixed line-endings if the actual protocol elements use CRLF while the file uses LF.
* test572: fixedDaniel Stenberg2011-08-151-1/+2
| | | | | | | | | | | | Two problems were fixed: GET_PARAMETER responses that have no body must be 204 response or properly set length to 0. One of the <data> sections had the wrong content-length for its GET_PARAMETER response. Enabled test 572 again.
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-241-0/+121
Test coverage included. Thanks to Massimo Callegari for the bug report