diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-02 11:01:10 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-02 11:01:10 +0000 |
commit | ffb8a21d85bde8b626e5dc52ce25f0447ee49f89 (patch) | |
tree | e96b0428942be94e5feb99b59aa6899901c4d2ef /tests/data/test172 | |
parent | 9ab0dc618fb33871d96dc5bd0607eb86ad5d8e02 (diff) |
tests: Fixed test172 cookie expiry
The test contains a cookie jar file where one of the cookies has an
expiry date of 1391252187 -- Sat, 1 Feb 2014 10:56:27 GMT which has
now expired. Updated to Wed, 14 Oct 2037 16:36:33 GMT as per test
179.
Reported-by: Adam Sampson
Bug: http://curl.haxx.se/bug/view.cgi?id=1330
Diffstat (limited to 'tests/data/test172')
-rw-r--r-- | tests/data/test172 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test172 b/tests/data/test172 index b3efae993..3d5341896 100644 --- a/tests/data/test172 +++ b/tests/data/test172 @@ -36,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool" .%HOSTIP TRUE /silly/ FALSE 0 ismatch this .%HOSTIP TRUE / FALSE 0 partmatch present -%HOSTIP FALSE /we/want/ FALSE 1391252187 nodomain value +%HOSTIP FALSE /we/want/ FALSE 2139150993 nodomain value </file> </client> |