diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-12 01:44:22 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-12 01:44:22 +0000 |
commit | d7fbe07ee24f2bf1e0f158577a7c995426ef9958 (patch) | |
tree | 042fdddd938e687ece530ee00967b46c8f229898 /tests/data/test171 | |
parent | 2fce1f3e9711a3f4b08339f476849ef68606d239 (diff) | |
download | curl-d7fbe07ee24f2bf1e0f158577a7c995426ef9958.tar.gz |
Added some <keywords> sections and use some key words more consistently.
Diffstat (limited to 'tests/data/test171')
-rw-r--r-- | tests/data/test171 | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/tests/data/test171 b/tests/data/test171 index 270c2fb38..24ca87a5a 100644 --- a/tests/data/test171 +++ b/tests/data/test171 @@ -1,15 +1,23 @@ <testcase> +<info> +<keywords> +HTTP +HTTP GET +cookies +</keywords> +</info> + # Server-side <reply> <data> -HTTP/1.1 200 OK -Date: Tue, 25 Sep 2001 19:37:44 GMT -Content-Type: text/html -Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/ -Cache-control: private +HTTP/1.1 200 OK
+Date: Tue, 25 Sep 2001 19:37:44 GMT
+Content-Type: text/html
+Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/
+Cache-control: private
Content-Length: 62
- -This server reply is for testing a simple Location: following +
+This server reply is for testing a simple cookie test case...
</data> </reply> |