summaryrefslogtreecommitdiff
path: root/tests/data/test190
Commit message (Collapse)AuthorAgeFilesLines
* Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil2012-11-191-0/+6
|
* Add 'timeout' and 'delay' attributes support for the test harness <command> ↵Yang Tse2008-04-251-1/+1
| | | | subsection
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
| | | | | | | | | | | and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
* Various test file cleanups, including using <servercmd> instead of writingDan Fandrich2007-04-181-4/+3
| | | | directly to ftpserver.cmd and removing unneeded empty sections.
* ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' onDaniel Stenberg2007-02-131-1/+1
| | | | the left side of @ to make it short(er).
* 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.
* 1 - allow much longer time for the test FTP server to startup and get verifiedDaniel Stenberg2006-05-111-2/+2
| | | | | | | | 2 - store the time it took to verify it and allow that time to be used as %FTPTIME[23] in command lines to allow us to adjust better to slow hosts since test 190 failed on my slow solaris machine just because it hadn't gotten time to run all the way the test assumed all machines would reach before the time-out elapsed.
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-1/+2
| | | | | The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg2004-02-261-0/+3
| | | | have problems otherwise.
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* modified to work with modified codeDaniel Stenberg2003-04-301-1/+1
|
* test126 renamed to test190 as it has to be last among the FTP tests becauseDaniel Stenberg2001-11-291-0/+30
of some problems in the test server :-/