aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-07-02 07:04:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-07-02 07:04:16 +0000
commit532624bafe2ba22d00b8199ad30b5086c4e9bb0e (patch)
tree227b980ec72f1620fe935b88a5f6eb136d6b88d2 /docs
parent8469918306774725c0d432dd35ed5700eee11253 (diff)
removed the "change test suite" item, as that is already made
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/TODO b/docs/TODO
index c262127fc..14757ee64 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -29,12 +29,6 @@ To do in a future release (random order):
* Suggested on the mailing list: CURLOPT_FTP_MKDIR...!
- * Rewrite parts of the test suite. Make a (XML?) format to store all
- test-data in a single for a single test case. The current system makes far
- too many separate files. We also need to have the test suite support
- different behaviors, like when libcurl is compiled for IPv6 support and
- thus performs a different set of FTP commands.
-
* Add configure options that disables certain protocols in libcurl to
decrease footprint. '--disable-[protocol]' where protocol is http, ftp,
telnet, ldap, dict or file.