diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-18 14:24:31 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-11-26 09:43:10 +0000 |
commit | cd34f8336f9fe5b3f334d350027948dbddc04345 (patch) | |
tree | 78d0bda1681fd670d9e63971ee917b06ab069152 /t/Mock/MapIt.pm | |
parent | d191b211cc25c60d2a1464711ff4212f4d4a5e6e (diff) |
[UK] server side cobrand specific validation
`report_check_for_errors` now fetches the cobrand for the current report
and, if present, runs `report_validation` method from cobrand over the
report.
Diffstat (limited to 't/Mock/MapIt.pm')
-rw-r--r-- | t/Mock/MapIt.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/Mock/MapIt.pm b/t/Mock/MapIt.pm index 0b9d398e8..f3f9f89b2 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -33,6 +33,9 @@ my @PLACES = ( [ '?', 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' ], [ 'OX16 9UP', 52.038712, -1.346397, 2237, 'Oxfordshire County Council', 'CTY', 2419, 'Cherwell District Council', 'DIS', 151767, "Banbury, Calthorpe & Easington", "DIW" ], + [ 'RG9 6TL', 51.561705, -0.868388, 2217, 'Buckinghamshire County Council', 'CTY'], + [ 'PE9 2GX', 52.656144, -0.502566, 2232, 'Lincolnshire County Council', 'CTY'], + [ 'LE15 0GJ', 52.670447, -0.727877, 2600, 'Rutland County Council', 'CTY'], [ 'BR1 3UH', 51.4021, 0.01578, 2482, 'Bromley Council', 'LBO' ], [ 'BR1 3UH', 51.402096, 0.015784, 2482, 'Bromley Council', 'LBO' ], [ '?', 50.78301, -0.646929 ], |