diff options
| author | Bernhard M. Wiedemann <bwiedemann@suse.de> | 2018-06-11 16:06:23 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-12 00:21:20 +0200 | 
| commit | f508d29f3902104018c03dfe779a2a70c1e40cc0 (patch) | |
| tree | 7a318c3378cc71eb91bd37a31d19e0fab812c73f /tests | |
| parent | c45360d4633850839bb9c2d77dbf8a8285e9ad49 (diff) | |
test 46: make test pass after 2025
shifting the expiry date to 2037 for now
to be before the possibly problematic year 2038
similar in spirit to commit e6293cf8764e9eecb
Closes #2646
Diffstat (limited to 'tests')
| -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 fd0e666c6..64a7b86e4 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -51,8 +51,8 @@ domain..tld:%HTTPPORT/want/46 --resolve domain..tld:%HTTPPORT:%HOSTIP -c log/jar  www.fake.come	FALSE	/	FALSE	2022144953	cookiecliente	si  www.loser.com	FALSE	/	FALSE	2139150993	UID	99 -domain..tld	FALSE	/	FALSE	1739150993	mooo	indeed -#HttpOnly_domain..tld	FALSE	/want	FALSE	1739150993	mooo2	indeed2 +domain..tld	FALSE	/	FALSE	2139150993	mooo	indeed +#HttpOnly_domain..tld	FALSE	/want	FALSE	2139150993	mooo2	indeed2  domain..tld	FALSE	/want	FALSE	0	empty	  </file>  </client> @@ -75,8 +75,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed  # This file was generated by libcurl! Edit at your own risk.  www.fake.come	FALSE	/	FALSE	2022144953	cookiecliente	si -domain..tld	FALSE	/	FALSE	1739150993	mooo	indeed -#HttpOnly_domain..tld	FALSE	/want	FALSE	1739150993	mooo2	indeed2 +domain..tld	FALSE	/	FALSE	2139150993	mooo	indeed +#HttpOnly_domain..tld	FALSE	/want	FALSE	2139150993	mooo2	indeed2  domain..tld	FALSE	/want	FALSE	0	empty	  domain..tld	FALSE	/	FALSE	2054030187	ckyPersistent	permanent  domain..tld	FALSE	/	FALSE	0	ckySession	temporary | 
