more fixes for the testsuite cookie expiration issue

This commit is contained in:
Yang Tse 2007-02-02 01:05:50 +00:00
parent d60848d04b
commit 401598c2fe
4 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@ Accept: */*
.127.0.0.1 TRUE /silly/ FALSE 0 ismatch this
.127.0.0.1 TRUE / FALSE 0 partmatch present
127.0.0.1 FALSE /we/want/ FALSE 1391255787 nodomain value
127.0.0.1 FALSE /we/want/ FALSE 2147483647 nodomain value
</file>
</verify>
</testcase>

View File

@ -70,7 +70,7 @@ www.fake.come FALSE / FALSE 1022144953 cookiecliente si
www.loser.com FALSE / FALSE 1139150993 UID 99
127.0.0.1 FALSE / FALSE 1439150993 mooo indeed
127.0.0.1 FALSE / FALSE 0 empty
127.0.0.1 FALSE / FALSE 1262322000 ckyPersistent permanent
127.0.0.1 FALSE / FALSE 2147483647 ckyPersistent permanent
127.0.0.1 FALSE / FALSE 0 ckySession temporary
127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE
127.0.0.1 FALSE / FALSE 0 justaname

View File

@ -155,10 +155,10 @@ http://%HOSTIP:%HTTPPORT/506
# This file was generated by libcurl! Edit at your own risk.
.foo.com TRUE / FALSE 1170417387 test1 overwritten1
.host.foo.com TRUE / FALSE 1170330987 test2 two
.foo.com TRUE / FALSE 1170330987 test3 three
.host.foo.com TRUE / FALSE 2147483647 test2 two
.foo.com TRUE / FALSE 2147483647 test3 three
.host.foo.com TRUE / FALSE 1262303999 test4 overwritten4
.host.foo.com TRUE / FALSE 1170330987 test5 five
.host.foo.com TRUE / FALSE 2147483647 test5 five
</file>
</verify>
</testcase>

View File

@ -56,8 +56,8 @@ Host: www.host.foo.com
# http://curlm.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.
.foo.com TRUE /we/want/ FALSE 1170330987 test yes
.host.foo.com TRUE /we/want/ FALSE 1170330987 test2 yes
.foo.com TRUE /we/want/ FALSE 2147483647 test yes
.host.foo.com TRUE /we/want/ FALSE 2147483647 test2 yes
.foo.com TRUE /moo TRUE 0 test3 maybe
</file>
</verify>