aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/contact.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-06 10:26:47 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-06 10:26:47 +0000
commit218df95e31b42374dc390f8e8abe9c49ef62c2b6 (patch)
tree0dfc956ffe388457ff5097885f67d05964c42edd /t/app/controller/contact.t
parent86e40c6cc92aaebec7a9d86b1645d37dbd50feb8 (diff)
fix date format for dates that are now from a previous year
Diffstat (limited to 't/app/controller/contact.t')
-rw-r--r--t/app/controller/contact.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t
index 86b845eb3..970241d12 100644
--- a/t/app/controller/contact.t
+++ b/t/app/controller/contact.t
@@ -21,7 +21,7 @@ for my $test (
postcode => 'EH99 1SP',
confirmed => '2011-05-04 10:44:28.145168',
anonymous => 0,
- meta => 'Reported by A User at 10:44, Wednesday 4 May 2011',
+ meta => 'Reported by A User at 10:44, Wed 4 May 2011',
main => 1,
},
{
@@ -32,7 +32,7 @@ for my $test (
postcode => 'EH99 1SP',
confirmed => '2011-05-03 13:24:28.145168',
anonymous => 1,
- meta => 'Reported anonymously at 13:24, Tuesday 3 May 2011',
+ meta => 'Reported anonymously at 13:24, Tue 3 May 2011',
},
{
name => 'A User',
@@ -42,7 +42,7 @@ for my $test (
postcode => 'EH99 1SP',
confirmed => '2011-05-03 13:24:28.145168',
anonymous => 1,
- meta => 'Reported anonymously at 13:24, Tuesday 3 May 2011',
+ meta => 'Reported anonymously at 13:24, Tue 3 May 2011',
update => {
name => 'Different User',
email => 'commenter@example.com',