summaryrefslogtreecommitdiff
path: root/tests/data/test283
Commit message (Collapse)AuthorAgeFilesLines
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-091-1/+1
| | | | | This is already added by the test suite; it's not clear why all these tests had it, unless it's cargo-culting.
* tftp tests: verify sent options tooDaniel Stenberg2015-11-061-2/+5
| | | | | | | The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
* Don't tear down the ftp connection if the maximum filesize was exceededDan Fandrich2007-03-301-0/+1
| | | | and added tests 290 and 291 to check.
* 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. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* Added test of TFTP server error reporting.Dan Fandrich2007-01-101-0/+33