summaryrefslogtreecommitdiff
path: root/tests/data/test502
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: use binary output mode for custom curl test toolsMarc Hoersken2014-02-141-1/+1
| | | | | | | | | | | Do not try to convert line-endings to CRLF on Windows by setting stdout to binary mode, just like the curl tool does if --ascii is not specified. This should prevent corrupted stdout line-ending output like CRCRLF. In order to make the previously naive text-aware tests work with binary mode on Windows, text-mode is disabled for them if it is not actually part of the test case and line-endings are corrected.
* Added missing <keywords>Daniel Stenberg2008-11-111-0/+5
|
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+2
| | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => &amp; ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* Andres Garcia's text mode fix for the 'data' partDaniel Stenberg2005-06-031-1/+1
|
* modified to work fine with the new persistant connection working test suiteDaniel Stenberg2003-07-191-2/+2
| | | | HTTP server
* one slash too manyDaniel Stenberg2002-12-131-1/+1
|
* test 502, multi interface with file://Daniel Stenberg2002-12-131-0/+40