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/+8 |
| | |||||
* | 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. | ||||
* | modified to work with modified code | Daniel Stenberg | 2003-04-30 | 1 | -1/+2 |
| | |||||
* | test case 126 added, this uses RETRWEIRDO that makes the FTP server send two | Daniel Stenberg | 2001-12-03 | 1 | -0/+33 |
| | | | | | responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly. | ||||
* | test126 renamed to test190 as it has to be last among the FTP tests because | Daniel Stenberg | 2001-11-29 | 1 | -30/+0 |
| | | | | of some problems in the test server :-/ | ||||
* | new tests | Daniel Stenberg | 2001-11-02 | 1 | -0/+30 |