diff options
Diffstat (limited to 'tests/data/test62')
-rw-r--r-- | tests/data/test62 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/test62 b/tests/data/test62 index 19886066f..2e5d1db03 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -29,7 +29,7 @@ http HTTP, send cookies when using custom Host: </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/62 -b log/jar62.txt -H "Host: www.host.foo.com" +http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b log/jar62.txt -H "Host: www.host.foo.com" </command> <file name="log/jar62.txt"> # Netscape HTTP Cookie File @@ -55,6 +55,11 @@ Accept: */* Cookie: test2=yes; test=yes
Host: www.host.foo.com
+GET /we/want?hoge=fuga HTTP/1.1
+Accept: */*
+Cookie: test2=yes; test=yes
+Host: www.host.foo.com
+
</protocol> </verify> </testcase> |