aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test8
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-03 01:53:47 +0000
committerYang Tse <yangsita@gmail.com>2010-02-03 01:53:47 +0000
commit013ec6a92f0d19a546afb10ffdf5b99fb38822de (patch)
tree6569573dedc209f4f8ef436dd4c0bb356ef20eec /tests/data/test8
parente2fc29447065593f2f7bd6ac81a8a831e0ed49f7 (diff)
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.
Diffstat (limited to 'tests/data/test8')
-rw-r--r--tests/data/test82
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test8 b/tests/data/test8
index 9b86593b1..4a6e00455 100644
--- a/tests/data/test8
+++ b/tests/data/test8
@@ -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;