Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -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. | ||||
* | keyword update | Daniel Stenberg | 2005-04-27 | 1 | -0/+7 |
| | |||||
* | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | Joe Halpin made the FTP code send 'QUIT' on the control connection before | Daniel Stenberg | 2004-02-27 | 1 | -0/+1 |
| | | | | it disconnects the TCP connection, like a good ftp client should! | ||||
* | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg | 2003-04-30 | 1 | -0/+3 |
| | | | | test number. | ||||
* | verify -u username: with ftp to use a blank password | Daniel Stenberg | 2003-01-09 | 1 | -0/+29 |