diff options
author | Bernhard M. Wiedemann <bwiedemann@suse.de> | 2019-01-07 16:23:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-08 10:36:49 +0100 |
commit | 114a02c75b702e98abf6328271bc76863c67b931 (patch) | |
tree | 880300d71e4fdce7a9b8baa81c846729944a3b79 /tests/data/test46 | |
parent | dea3f94298ac0859464768959488938c4e104545 (diff) |
tests: allow tests to pass by 2037-02-12
similar to commit f508d29f3902104018
Closes #3443
Diffstat (limited to 'tests/data/test46')
-rw-r--r-- | tests/data/test46 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test46 b/tests/data/test46 index 5d849df75..4ea259255 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -15,7 +15,7 @@ HTTP/1.1 200 OK Server: Microsoft-IIS/4.0
Date: Tue, 25 Sep 2001 19:37:44 GMT
Content-Type: text/html
-Set-Cookie: ckyPersistent=permanent; expires=Fri, 02-Feb-2035 11:56:27 GMT; path=/
+Set-Cookie: ckyPersistent=permanent; expires=Fri, 13-Feb-2037 11:56:27 GMT; path=/
Set-Cookie: ckySession=temporary; path=/
Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/
Set-Cookie: justaname=; path=/;
@@ -49,7 +49,7 @@ domain..tld:%HTTPPORT/want/46 --resolve domain..tld:%HTTPPORT:%HOSTIP -c log/jar # https://curl.haxx.se/docs/http-cookies.html # This is generated by libcurl! Do not edit. -www.fake.come FALSE / FALSE 2022144953 cookiecliente si +www.fake.come FALSE / FALSE 2147483647 cookiecliente si www.loser.com FALSE / FALSE 2139150993 UID 99 domain..tld FALSE / FALSE 2139150993 mooo indeed #HttpOnly_domain..tld FALSE /want FALSE 2139150993 mooo2 indeed2 @@ -78,12 +78,12 @@ domain..tld FALSE /want/ FALSE 0 simplyhuge zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz domain..tld FALSE / FALSE 0 justaname domain..tld FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE domain..tld FALSE / FALSE 0 ckySession temporary -domain..tld FALSE / FALSE 2054030187 ckyPersistent permanent +domain..tld FALSE / FALSE 2118138987 ckyPersistent permanent domain..tld FALSE /want FALSE 0 empty #HttpOnly_domain..tld FALSE /want FALSE 2139150993 mooo2 indeed2 domain..tld FALSE / FALSE 2139150993 mooo indeed www.loser.com FALSE / FALSE 2139150993 UID 99 -www.fake.come FALSE / FALSE 2022144953 cookiecliente si +www.fake.come FALSE / FALSE 2147483647 cookiecliente si </file> </verify> </testcase> |