diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-06 16:22:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-06 16:22:49 +0100 |
commit | e6293cf8764e9eecbbfeace6644fbc3c17cdca1c (patch) | |
tree | 0ef8a9643db5ae4c5753cc04ea46f69066a1a20f | |
parent | 6c7a5b9603f58c9562bbfe0637540f81fa98d055 (diff) |
test46: change cookie expiry date
Since two of the cookies would now otherwise expire and cause the test
to fail after commit 20de9b4f09
Discussed in #697
-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 1b9af6319..d1045b331 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -49,8 +49,8 @@ TZ=GMT # https://curl.haxx.se/docs/http-cookies.html # This is generated by libcurl! Do not edit. -www.fake.come FALSE / FALSE 1022144953 cookiecliente si -www.loser.com FALSE / FALSE 1139150993 UID 99 +www.fake.come FALSE / FALSE 2022144953 cookiecliente si +www.loser.com FALSE / FALSE 2139150993 UID 99 %HOSTIP FALSE / FALSE 1739150993 mooo indeed #HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2 %HOSTIP FALSE /want FALSE 0 empty @@ -74,8 +74,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. -www.fake.come FALSE / FALSE 1022144953 cookiecliente si -www.loser.com FALSE / FALSE 1139150993 UID 99 +www.fake.come FALSE / FALSE 2022144953 cookiecliente si +www.loser.com FALSE / FALSE 2139150993 UID 99 %HOSTIP FALSE / FALSE 1739150993 mooo indeed #HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2 %HOSTIP FALSE /want FALSE 0 empty |