diff options
author | Struan Donald <struan@exo.org.uk> | 2017-09-08 15:25:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 11:21:17 +0100 |
commit | c03096d4ffe3e17d504239ec4c0f006b1266c8e5 (patch) | |
tree | 5e8282bd3acdcfe7817fc9fd43bf42537b9546a5 /t/Mock | |
parent | c658dfe618a860a676e75254de5286150c837acb (diff) |
[Oxfordshire] tests for response time messages
Diffstat (limited to 't/Mock')
-rw-r--r-- | t/Mock/MapIt.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Mock/MapIt.pm b/t/Mock/MapIt.pm index ad1d0c99c..926d94b1e 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -28,6 +28,7 @@ my @PLACES = ( [ 'SW1A 1AA', 51.501009, -0.141588, 2504, 'Westminster City Council', 'LBO' ], [ 'GL50 2PR', 51.896268, -2.093063, 2226, 'Gloucestershire County Council', 'CTY', 2326, 'Cheltenham Borough Council', 'DIS', 4544, 'Lansdown', 'DIW', 143641, 'Lansdown and Park', 'CED' ], [ '?', 51.754926, -1.256179, 2237, 'Oxfordshire County Council', 'CTY', 2421, 'Oxford City Council', 'DIS' ], + [ 'OX20 1SZ', 51.754926, -1.256179, 2237, 'Oxfordshire County Council', 'CTY', 2421, 'Oxford City Council', 'DIS' ], [ 'BR1 3UH', 51.4021, 0.01578, 2482, 'Bromley Council', 'LBO' ], [ '?', 50.78301, -0.646929 ], [ 'GU51 4AE', 51.279456, -0.846216, 2333, 'Hart District Council', 'DIS', 2227, 'Hampshire County Council', 'CTY' ], |