diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-11-12 18:32:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-11-12 18:32:06 +0000 |
commit | 88942202e6e74c8586074ac7b7ed2d1e6f1c9a9a (patch) | |
tree | 10df3a9ec99773397faddbcf7923a46d8efac7c5 /t | |
parent | 74c1a09a10d606d9d8850f7fb70b6e578d2c3877 (diff) |
Remove unused function, add gridref test.
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/around.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t index e1c76ff9f..d973543ce 100644 --- a/t/app/controller/around.t +++ b/t/app/controller/around.t @@ -66,6 +66,11 @@ foreach my $test ( latitude => '51.50101', longitude => '-0.141587', }, + { + pc => 'TQ 388 773', + latitude => '51.478074', + longitude => '-0.001966', + }, ) { subtest "check lat/lng for '$test->{pc}'" => sub { |