diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-05 08:15:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-05 08:15:21 +0000 |
commit | 780f13db30255068772daf06c387ee206d412cd9 (patch) | |
tree | 401fc23ea1e5c22d957e204d3a9574711ae599b9 /tests/libtest | |
parent | 62519bfe059251af2914199f284c736553ff0489 (diff) | |
download | curl-780f13db30255068772daf06c387ee206d412cd9.tar.gz |
Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these two
new date strings to get tested too.
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib517.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index cdcd64be1..34146d20f 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -33,6 +33,8 @@ const char *dates[]={ "Sat, 11 Sep 2004 21:32:11 +0200", "20040912 15:05:58 -0700", "20040911 +0200", + "Thu, 01-Jan-1970 00:59:59 GMT", + "Thu, 01-Jan-1970 01:00:00 GMT", /* "2094 Nov 6", See ../data/test517 for details */ NULL }; |