aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-21 15:51:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-21 15:51:05 +0000
commitc84aa663a18a200b1325c338f5add94297b9c25c (patch)
treea0858195f57440b013339dc8dc2139d68141fb2e
parent7db43ae0ed88328ebf6a0b9550a10e5b7e7a56a4 (diff)
httpN => protN and some other minor updates
-rw-r--r--tests/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/README b/tests/README
index 2fcf9a587..c153f57d4 100644
--- a/tests/README
+++ b/tests/README
@@ -33,13 +33,14 @@ Logs:
Data:
All test-data are put in the data/ subdirctory.
- For each tests there exist four files. Replace N with the test number:
+ For each tests there exist a few files, all with their own separate and
+ special purpose. Replace N with the test number:
nameN.txt: test description as displayed when run
commandN.txt: command line options for this test
- httpN.txt: the full dump of the HTTP protocol communication that curl is
+ protN.txt: the full dump of the protocol communication that curl is
expected to use when performing this test
replyN.txt: the full dump the server should reply to curl for this test.