diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-15 21:43:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-15 21:43:03 +0000 |
commit | c4aca23ec40a986a5f9f39ea5296acd75faa0d47 (patch) | |
tree | 98dbeea1da0002e99d21748bbf7e8860aa29404a /tests | |
parent | 20943292ff60b10ec6a7c8d10f42b8ee3fb766bf (diff) |
minor difference in how the part number magic is made
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FILEFORMAT | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 5e32d2b0c..0d8fae966 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -27,9 +27,9 @@ this response is sent. If not, the connection will be kept persistant. Send back this contents instead of the <data> one. The num is set by: A) The test number in the request line is >10000 and this is the remainder of [test case number]%10000. -B) The request was HTTP and included digest details, which sets NUM to 1000. -C) If a HTTP request is NTLM type-1, it sets num to 1001 -D) If a HTTP request is NTLM type-3, it sets num to 1002 +B) The request was HTTP and included digest details, which adds 1000 to NUM +C) If a HTTP request is NTLM type-1, it adds 1001 to num +D) If a HTTP request is NTLM type-3, it adds 1002 to num </dateNUM> <datacheck [nonewline=yes]> if the data is sent but this is what should be checked afterwards. If |