diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-23 22:58:45 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-23 22:58:45 +0000 |
commit | 28dde78dde21f20ab5ee491455828c3cf338ad5c (patch) | |
tree | 2c57b0306afaeee9379a1d3c48f344e41a0adc28 /tests/README | |
parent | 37171809f67ae29adb9a5e7f64861d483049d86f (diff) |
Added <postcheck> support to the test harness.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/README b/tests/README index fc31405e7..c9523a382 100644 --- a/tests/README +++ b/tests/README @@ -81,16 +81,18 @@ TEST CASE NUMBERS So far, I've used this system: 1 - 99 HTTP - 100 - 199 FTP - 200 - 299 FILE + 100 - 199 FTP* + 200 - 299 FILE* 300 - 399 HTTPS 400 - 499 FTPS 500 - 599 libcurl source code tests, not using the curl command tool 600 - 699 SCP/SFTP + 700 - 799 miscellanous* Since 30-apr-2003, there's nothing in the system that requires us to keep - within these number series. Each test case now specifies its own server - requirements, independent of test number. + within these number series, and those sections marked with * actually + contain tests for a variety of protocols. Each test case now specifies + its own server requirements, independent of test number. TODO: |