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/test31 | |
parent | dea3f94298ac0859464768959488938c4e104545 (diff) |
tests: allow tests to pass by 2037-02-12
similar to commit f508d29f3902104018
Closes #3443
Diffstat (limited to 'tests/data/test31')
-rw-r--r-- | tests/data/test31 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test31 b/tests/data/test31 index 58398c55d..633b480a9 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -46,7 +46,7 @@ Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/; Set-Cookie:eat=this; domain=moo.foo.moo;
Set-Cookie: eat=this-too; domain=.foo.moo;
Set-Cookie: nodomainnovalue
-Set-Cookie: nodomain=value; expires=Fri Feb 2 11:56:27 GMT 2035
+Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037
Set-Cookie: novalue; domain=reallysilly
Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
@@ -105,7 +105,7 @@ Accept: */* 127.0.0.1 FALSE /we/want/ FALSE 0 withspaces yes within and around 127.0.0.1 FALSE /we/want/ FALSE 0 blexp yesyes #HttpOnly_127.0.0.1 FALSE /silly/ FALSE 0 magic yessir -127.0.0.1 FALSE /we/want/ FALSE 2054030187 nodomain value +127.0.0.1 FALSE /we/want/ FALSE 2118138987 nodomain value 127.0.0.1 FALSE / FALSE 0 partmatch present #HttpOnly_127.0.0.1 FALSE /p4/ FALSE 0 httponly myvalue1 #HttpOnly_127.0.0.1 FALSE /p4/ FALSE 0 httpo4 value4 |