diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-26 07:05:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-26 07:05:00 +0000 |
commit | 14b898cb053c57dcc0cf5aa37b46fd3f2f418064 (patch) | |
tree | 36e3bff8a7a15e6e09a8b0785d3f243deb63b43b /tests | |
parent | 8d16b2b119929310da830a7b8ad19b1bbc41031d (diff) |
we can verify files too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 7b8313abc..40fab2406 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -51,6 +51,9 @@ changing protocol data such as port numbers or user-agent strings. <protocol> the protocol dump curl should transmit </protocol> +<file name="log/filename"> +the file's contents must be identical to this +</file> <upload> the contents of the upload data curl should have sent </upload> |