diff options
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> |