diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-27 07:41:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-27 07:41:46 +0000 |
commit | ca161737bcfdfcf5ce101a3f01edaacd190e109c (patch) | |
tree | 93a1a7358e94c34667de6f8b4f32777219c84bbf /tests/data/test46 | |
parent | 3612c3774ea88214c0821b4fe30899b3e65df3d3 (diff) | |
download | curl-ca161737bcfdfcf5ce101a3f01edaacd190e109c.tar.gz |
use the correct time in the cookie jar
Diffstat (limited to 'tests/data/test46')
-rw-r--r-- | tests/data/test46 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test46 b/tests/data/test46 index 9c5eade45..aa4691d4f 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -55,7 +55,7 @@ Cookie: mooo=indeed www.fake.come FALSE / FALSE 1022144953 cookiecliente si www.loser.com FALSE / FALSE 1139150993 UID 99 127.0.0.1 FALSE / FALSE 1139150993 mooo indeed -127.0.0.1 FALSE / FALSE 1014678000 ckyPersistent permanent +127.0.0.1 FALSE / FALSE 1262322000 ckyPersistent permanent 127.0.0.1 FALSE / FALSE 0 ckySession temporary 127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE </file> |