mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
test 46: use different path lengths to get reliable sort order
Since the order of the cookies is sorted by the length of the paths, having them on the same path length will make the test depend on what order the qsort() implementation will put them. As seen in the windows/msys output posted by Guenter in this posting: http://curl.haxx.se/mail/lib-2012-07/0105.html
This commit is contained in:
parent
904346bf88
commit
40cd996cc0
@ -52,8 +52,8 @@ TZ=GMT
|
||||
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
||||
www.loser.com FALSE / FALSE 1139150993 UID 99
|
||||
%HOSTIP FALSE / FALSE 1439150993 mooo indeed
|
||||
#HttpOnly_%HOSTIP FALSE / FALSE 1439150993 mooo2 indeed2
|
||||
%HOSTIP FALSE / FALSE 0 empty
|
||||
#HttpOnly_%HOSTIP FALSE /w FALSE 1439150993 mooo2 indeed2
|
||||
%HOSTIP FALSE /wa FALSE 0 empty
|
||||
</file>
|
||||
</client>
|
||||
|
||||
@ -77,8 +77,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed
|
||||
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
||||
www.loser.com FALSE / FALSE 1139150993 UID 99
|
||||
%HOSTIP FALSE / FALSE 1439150993 mooo indeed
|
||||
#HttpOnly_%HOSTIP FALSE / FALSE 1439150993 mooo2 indeed2
|
||||
%HOSTIP FALSE / FALSE 0 empty
|
||||
#HttpOnly_%HOSTIP FALSE /w FALSE 1439150993 mooo2 indeed2
|
||||
%HOSTIP FALSE /wa FALSE 0 empty
|
||||
%HOSTIP FALSE / FALSE 2054030187 ckyPersistent permanent
|
||||
%HOSTIP FALSE / FALSE 0 ckySession temporary
|
||||
%HOSTIP FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE
|
||||
|
Loading…
x
Reference in New Issue
Block a user