diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-15 23:48:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-15 23:48:31 +0000 |
commit | dc050e45dfca6b8a37ef01e670d5eb8559ae68c2 (patch) | |
tree | 6e45771c897c9bc5b6d48d2e8defcf8771e4968e /tests/data | |
parent | 2fcbf13920a4f21aa3c5331a06287e2a37eaf10b (diff) |
started adding "keywords" for each test, to better allow us to sum up what
kind of tests we have and how many tests that test certain features
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1 | 7 | ||||
-rw-r--r-- | tests/data/test2 | 7 | ||||
-rw-r--r-- | tests/data/test3 | 10 | ||||
-rw-r--r-- | tests/data/test4 | 10 | ||||
-rw-r--r-- | tests/data/test5 | 7 |
5 files changed, 39 insertions, 2 deletions
diff --git a/tests/data/test1 b/tests/data/test1 index 7ddff50d1..93a0f5626 100644 --- a/tests/data/test1 +++ b/tests/data/test1 @@ -1,3 +1,10 @@ +<info> +<keywords> +HTTP +HTTP GET +</keywords> +</info> + # # Server-side <reply name="1"> diff --git a/tests/data/test2 b/tests/data/test2 index ecc996a6c..e2aedff7b 100644 --- a/tests/data/test2 +++ b/tests/data/test2 @@ -1,3 +1,10 @@ +<info> +<keywords> +HTTP +HTTP GET +HTTP Basic auth +</keywords> +</info> # # Server-side <reply> diff --git a/tests/data/test3 b/tests/data/test3 index bf3d01dd6..b5e8ea71f 100644 --- a/tests/data/test3 +++ b/tests/data/test3 @@ -1,6 +1,14 @@ +<info> +<keywords> +HTTP +HTTP POST +HTTP Basic auth +HTTP response-body but Content-Length: set to 0 +</keywords> +</info> # # Server-side -<reply name="1"> +<reply> <data> HTTP/1.0 200 OK
Server: test-server/fake
diff --git a/tests/data/test4 b/tests/data/test4 index 65f3ba090..257734389 100644 --- a/tests/data/test4 +++ b/tests/data/test4 @@ -1,6 +1,14 @@ +<info> +<keywords> +HTTP +HTTP GET +HTTP added headers +HTTP replaced headers +</keywords> +</info> # # Server-side -<reply name="1"> +<reply> <data> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT diff --git a/tests/data/test5 b/tests/data/test5 index 0a3d21f3a..ad51eac52 100644 --- a/tests/data/test5 +++ b/tests/data/test5 @@ -1,3 +1,10 @@ +<info> +<keywords> +HTTP +HTTP GET +HTTP proxy +</keywords> +</info> # # Server-side <reply> |