aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-24 13:05:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-24 13:05:51 +0100
commit388a9b16d9dfa25b4854c8a3685dc3c764c391a5 (patch)
treeadf06aab9a14f688437d1fddc3549a9e65fa64db /t/app/controller
parent2c8512b36c8a3c48d15e7243ca40e3947c2fc162 (diff)
Move lat/lon to templates and use shortened forms.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/around.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t
index 069ec605a..76f504d7e 100644
--- a/t/app/controller/around.t
+++ b/t/app/controller/around.t
@@ -75,18 +75,18 @@ foreach my $test (
foreach my $test (
{
pc => 'SW1A 1AA',
- latitude => '51.5010096115539',
- longitude => '-0.141587067110009',
+ latitude => '51.50101',
+ longitude => '-0.141587',
},
{
pc => 'Manchester',
- latitude => '53.4807125',
- longitude => '-2.2343765',
+ latitude => '53.480713',
+ longitude => '-2.234376',
},
{
pc => 'Glenthorpe Rd, Merton, Greater London SM4 4, UK',
- latitude => '51.3937997',
- longitude => '-0.2209596',
+ latitude => '51.3938',
+ longitude => '-0.22096',
},
)
{