summaryrefslogtreecommitdiff
path: root/tests/data/test1353
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some XML syntax issues in the test dataDan Fandrich2014-01-171-1/+1
| | | | | | | Also, make the ftp server return a canned response that doesn't cause XML verification problems. Although the test file format isn't technically XML, it's still handy to be able to use XML tools to verify and manipulate them.
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-1/+2
| | | | | | | | | | Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse
* 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-3/+0
| | | | | | 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 1348 to 1355: several -O -J -i -D combinations with FTP protocolYang Tse2012-06-041-0/+84
Currently 1348 to 1354 succeed but a write failure is logged in traceNNNN. Currently 1355 fails, so disabled for now.