cookies with same path length might get sorted in different order when

using different qsort implementations. In order to make this test give
same results on different systems, paths now have different lengths.
This commit is contained in:
Yang Tse 2010-02-03 01:53:47 +00:00
parent e2fc294470
commit 013ec6a92f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Content-Type: text/html
Funny-head: yesyes
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
Set-Cookie: partmatch=present; domain=.0.0.1; path=/w;
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;