Document the <dataNUM> thing we use,

This commit is contained in:
Daniel Stenberg 2003-05-22 22:37:00 +00:00
parent 0102726aeb
commit e912f772e0
1 changed files with 6 additions and 0 deletions

View File

@ -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