describe the new sections added for (better) libcurl testing

This commit is contained in:
Daniel Stenberg 2002-12-12 12:15:02 +00:00
parent c1b369fd4c
commit ad6bd530ac
1 changed files with 10 additions and 0 deletions

View File

@ -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>