diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-12 12:15:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-12 12:15:02 +0000 |
commit | ad6bd530ac8f4484acdaf74244e3bef7ac5d3c48 (patch) | |
tree | c704daf2318863830401a8bdbd72aa55eece8aeb | |
parent | c1b369fd4c2d538c89d6f9342092bead2628ff5c (diff) |
describe the new sections added for (better) libcurl testing
-rw-r--r-- | tests/FILEFORMAT | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index c64423ef4..52e09e07a 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -38,6 +38,16 @@ reply is sent </reply> <client> +<server> +protocols as in 'http' 'ftp' etc. Give only one per line. Used for test cases +500+ (at this point) to specify which servers the test case requires. In the +future all test cases should use this. Makes us independent of the test +case number. +</server +<tool> +Name of tool to use instead of "curl". This tool must be built and exist +in the libtest/ directory. +</tool> <name> test case description </name> |