1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 03:25:04 -05:00
curl/tests/libtest
Daniel Stenberg 9e88343a17 Daniel S (12 September 2007)
- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed
  out a problem with doing an empty upload over FTP on a re-used connection.
  I added test case 541 to reproduce it and to verify the fix.

- I noticed while writing test 541 that the FTP code wrongly did a CWD on the
  second transfer as it didn't store and remember the "" path from the
  previous transfer so it would instead CWD to the entry path as stored. This
  worked, but did a superfluous command. Thus, test case 541 now also verifies
  this fix.
2007-09-11 22:23:57 +00:00
..
.cvsignore ignore more 2004-02-17 07:57:31 +00:00
first.c let's just export the whole argc + argv pair globally so that each test tool 2007-07-15 20:59:43 +00:00
lib500.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib501.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib502.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib503.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib504.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib505.c add debug messages for fopen() failures 2007-02-16 19:17:05 +00:00
lib506.c Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed 2007-07-23 18:51:22 +00:00
lib507.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib508.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib509.c openssl/bio.h doesn't exist when we build with yassl so avoid trying 2007-03-16 22:44:46 +00:00
lib510.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib511.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib512.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib513.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib514.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib515.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib516.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib517.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib518.c unify fopen() failure error message among tests, allowing 2007-04-05 11:05:36 +00:00
lib519.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib520.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib521.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib523.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib524.c Add project notice and file Id 2006-10-25 09:20:44 +00:00
lib525.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib526.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib530.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib533.c change max allowed time for this test to complete to 90 seconds 2007-03-10 00:19:05 +00:00
lib536.c Check the return code from curl_multi_add_handle() 2007-05-02 06:02:13 +00:00
lib537.c unify fopen() failure error message among tests, allowing 2007-04-05 11:05:36 +00:00
lib540.c Fixed some icc compiler warnings. 2007-08-07 00:10:27 +00:00
lib541.c Daniel S (12 September 2007) 2007-09-11 22:23:57 +00:00
Makefile.am Daniel S (12 September 2007) 2007-09-11 22:23:57 +00:00
test75.pl Improved the test harness to allow running test servers on other than 2007-04-30 20:15:33 +00:00
test307.pl Added precheck that curl supports the 'openssl' engine in test 307. 2007-01-18 18:04:20 +00:00
test610.pl Added tests 610-612 to test more SFTP post-quote commands. 2007-04-23 23:00:38 +00:00
test613.pl Fixed test cases 613 and 614 by improving the log postprocessor to handle 2007-07-17 21:53:38 +00:00
test.h let's just export the whole argc + argv pair globally so that each test tool 2007-07-15 20:59:43 +00:00
testutil.c Move header file inclusion logic and definition of timeval 2007-02-20 12:12:27 +00:00
testutil.h Move header file inclusion logic and definition of timeval 2007-02-20 12:12:27 +00:00