]> granicus.if.org Git - curl/commitdiff
Document the <dataNUM> thing we use,
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 May 2003 22:37:00 +0000 (22:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 May 2003 22:37:00 +0000 (22:37 +0000)
tests/FILEFORMAT

index 2fd90648745cd1c8846ba039d44bed0ccfb993b1..55e3ed44c58e86478e96950c6d4c8413d5f95874 100644 (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