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