diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib517.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index 9e0a91f16..8502e9521 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -110,7 +110,11 @@ static const char *dates[]={ "Thu, 12-Aug-2007 20:61:99999999999 GMT", "IAintNoDateFool", "Thu Apr 18 22:50 2007 GMT", /* without seconds */ - + "20110623 12:34:56", + "20110632 12:34:56", + "20110623 56:34:56", + "20111323 12:34:56", + "20110623 12:34:79", NULL }; |