diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-26 10:43:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-26 10:43:59 +0100 |
commit | 0c140f0c79d62a426838097cf3fc09da2f3f89a3 (patch) | |
tree | b2d7f3a277292acdfb67285c6ec9e4d9c4686fa3 /t/50-www-efa.t | |
parent | bd7537b677d46f70a2446fcc00d9834d19a68b6b (diff) |
Slightly improve date handling
Diffstat (limited to 't/50-www-efa.t')
-rw-r--r-- | t/50-www-efa.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/50-www-efa.t b/t/50-www-efa.t index c3d1c31..8144026 100644 --- a/t/50-www-efa.t +++ b/t/50-www-efa.t @@ -153,12 +153,12 @@ is_efa_post( is_efa_err( 'date', '42.5.2003', - 'Must match DD.MM.[YYYY]' + 'Invalid day', ); is_efa_err( 'date', '7.', - 'Must match DD.MM.[YYYY]' + 'Invalid month', ); is_efa_post( |