diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-22 22:37:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-22 22:37:00 +0000 |
commit | e912f772e020a7167dcf71463a7430a7222916d3 (patch) | |
tree | 4ef302227b16b47f5fa300ebc1301ed1c1720330 /tests/FILEFORMAT | |
parent | 0102726aeb18258105d4f41c6196cdec62711dae (diff) |
Document the <dataNUM> thing we use,
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 2fd906487..55e3ed44c 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -19,6 +19,12 @@ data to sent to the client on its request and later verified that it arrived safely. Set the nocheck=1 to prevent the test script to verify the arrival of this data. </data> +<dataNUM> +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. +</dateNUM> <datacheck [nonewline=yes]> if the data is sent but this is what should be checked afterwards. If 'nonewline' is set, we will cut off the trailing newline of this given data |