|
|
105fd7 |
From c90b930b8312bb31f62325a09125cf44dd58d506 Mon Sep 17 00:00:00 2001
|
|
|
105fd7 |
From: Daniel Stenberg <daniel@haxx.se>
|
|
|
105fd7 |
Date: Mon, 10 Aug 2015 00:12:12 +0200
|
|
|
105fd7 |
Subject: [PATCH] test46: update cookie expire time
|
|
|
105fd7 |
|
|
|
105fd7 |
... since it went old and thus was expired and caused the test to fail!
|
|
|
105fd7 |
|
|
|
105fd7 |
Upstream-commit: 002d58f1e8d8e725ba6d676599838983561feff9
|
|
|
105fd7 |
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
|
|
105fd7 |
---
|
|
|
105fd7 |
tests/data/test46 | 8 ++++----
|
|
|
105fd7 |
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
105fd7 |
|
|
|
105fd7 |
diff --git a/tests/data/test46 b/tests/data/test46
|
|
|
105fd7 |
index b6f8f83..b6ebe80 100644
|
|
|
105fd7 |
--- a/tests/data/test46
|
|
|
105fd7 |
+++ b/tests/data/test46
|
|
|
105fd7 |
@@ -51,8 +51,8 @@ TZ=GMT
|
|
|
105fd7 |
|
|
|
105fd7 |
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
|
|
105fd7 |
www.loser.com FALSE / FALSE 1139150993 UID 99
|
|
|
105fd7 |
-%HOSTIP FALSE / FALSE 1439150993 mooo indeed
|
|
|
105fd7 |
-#HttpOnly_%HOSTIP FALSE /want FALSE 1439150993 mooo2 indeed2
|
|
|
105fd7 |
+%HOSTIP FALSE / FALSE 1739150993 mooo indeed
|
|
|
105fd7 |
+#HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2
|
|
|
105fd7 |
%HOSTIP FALSE /want FALSE 0 empty
|
|
|
105fd7 |
</file>
|
|
|
105fd7 |
</client>
|
|
|
105fd7 |
@@ -76,8 +76,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed
|
|
|
105fd7 |
|
|
|
105fd7 |
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
|
|
105fd7 |
www.loser.com FALSE / FALSE 1139150993 UID 99
|
|
|
105fd7 |
-%HOSTIP FALSE / FALSE 1439150993 mooo indeed
|
|
|
105fd7 |
-#HttpOnly_%HOSTIP FALSE /want FALSE 1439150993 mooo2 indeed2
|
|
|
105fd7 |
+%HOSTIP FALSE / FALSE 1739150993 mooo indeed
|
|
|
105fd7 |
+#HttpOnly_%HOSTIP FALSE /want FALSE 1739150993 mooo2 indeed2
|
|
|
105fd7 |
%HOSTIP FALSE /want FALSE 0 empty
|
|
|
105fd7 |
%HOSTIP FALSE / FALSE 2054030187 ckyPersistent permanent
|
|
|
105fd7 |
%HOSTIP FALSE / FALSE 0 ckySession temporary
|
|
|
105fd7 |
--
|
|
|
105fd7 |
2.4.6
|
|
|
105fd7 |
|