modified test case 8 to also make sure that we deal with cookies using
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Jan 2010 09:39:40 +0000 (09:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Jan 2010 09:39:40 +0000 (09:39 +0000)
identical names but different paths properly

tests/data/test8

index 15e643b..9b86593 100644 (file)
@@ -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\r
 Host: %HOSTIP:%HTTPPORT\r
 Accept: */*\r
-Cookie: cookie=yes; partmatch=present; foobar=name; blexp=yesyes\r
+Cookie: cookie=perhaps; cookie=yes; partmatch=present; foobar=name; blexp=yesyes\r
 \r
 </protocol>
 </verify>