diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-21 13:40:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-21 13:40:54 +0000 |
commit | 4a6eaf1b95da65dffce54d941b7f929006d4457c (patch) | |
tree | 2b5f7a213ecef035d540ef222fa9094aec42156e /tests | |
parent | a8bc40fe4e2c562e0a229a7b3be7cd235c54cffd (diff) | |
download | curl-4a6eaf1b95da65dffce54d941b7f929006d4457c.tar.gz |
Added text about the test case numbering
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/README b/tests/README index e52de8a54..6316d9369 100644 --- a/tests/README +++ b/tests/README @@ -85,6 +85,19 @@ Data: of the ftp server. It uses a simple syntax that is left to describe here! +TEST CASE NUMBERS + + So far, I've used this system: + + 1 - 99 HTTP + 100 - 199 FTP + 200 - 299 FILE + 300 - 399 HTTPS + 400 - 499 FTPS + + ... if we run out of test numbers for a particular protocol, then we need + to fix it. + TODO: * Make httpserver.pl work when we PUT without Content-Length: |