From 114a02c75b702e98abf6328271bc76863c67b931 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Mon, 7 Jan 2019 16:23:04 +0100 Subject: tests: allow tests to pass by 2037-02-12 similar to commit f508d29f3902104018 Closes #3443 --- tests/data/test46 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/data/test46') 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 -- cgit v1.2.3