summaryrefslogtreecommitdiff
path: root/tests/data/test8
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-20 09:39:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-20 09:39:40 +0000
commit48032c0880454e45f670700d2cf949c0dd416512 (patch)
treeea1a4d1fe07aacf3c1ab2e2749b605287f9b2ac0 /tests/data/test8
parent877dad1e24876030a7dd8738648f0f0245b6331a (diff)
downloadgnurl-48032c0880454e45f670700d2cf949c0dd416512.tar.gz
gnurl-48032c0880454e45f670700d2cf949c0dd416512.tar.bz2
gnurl-48032c0880454e45f670700d2cf949c0dd416512.zip
modified test case 8 to also make sure that we deal with cookies using
identical names but different paths properly
Diffstat (limited to 'tests/data/test8')
-rw-r--r--tests/data/test83
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test8 b/tests/data/test8
index 15e643b66..9b86593b1 100644
--- a/tests/data/test8
+++ b/tests/data/test8
@@ -40,6 +40,7 @@ Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
Set-Cookie: cookie=yes; path=/we;
+Set-Cookie: cookie=perhaps; path=/we/want;
Set-Cookie: nocookie=yes; path=/WE;
Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
@@ -55,7 +56,7 @@ Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
GET /we/want/8 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Cookie: cookie=yes; partmatch=present; foobar=name; blexp=yesyes
+Cookie: cookie=perhaps; cookie=yes; partmatch=present; foobar=name; blexp=yesyes
</protocol>
</verify>