diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-09 21:01:39 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-09 21:01:39 +0000 |
commit | 1962ebf8e7f918638c1601f2b05a705f502150a3 (patch) | |
tree | cb8a18717d135d6054f8ad20fd8ecb70cb61f220 /tests/FILEFORMAT | |
parent | 7c144d5a7ec62f9191a3651705f2e8d80c2a7865 (diff) |
Updated the test harness to check for protocol support before running each
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify
their required servers and features.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index f1c803058..398915a70 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -117,7 +117,17 @@ pipe: [num] - tell the server to expect this many HTTP requests before <server> What server(s) this test case requires/uses: -'http' 'ftp', 'https', 'ftps', 'http-ipv6'. Give only one per line. + +file +ftp +ftp-ipv6 +ftps +http +http-ipv6 +https +none + +Give only one per line. This subsection is mandatory. </server> <features> @@ -134,6 +144,10 @@ libz netrc_debug OpenSSL SSL + +as well as each protocol that curl supports. A protocol only needs to be +specified if it is different from the server (useful when the server +is 'none'). </features> <killserver> |