diff options
Diffstat (limited to 't/map')
-rw-r--r-- | t/map/tests.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index 02ec4e69d..f0c563c11 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -15,6 +15,7 @@ my $requires = { 'IsleOfWight' => 'map-wmts-isleofwight.js', 'OSM' => 'OpenStreetMap.js', 'MasterMap' => 'map-mastermap.js', + 'Northamptonshire' => 'map-wms-northamptonshire.js', 'CycleMap' => 'OpenStreetMap.js', 'MapQuest' => 'OpenStreetMap.js', 'StreetView' => 'map-streetview.js', @@ -23,7 +24,7 @@ my $requires = { }; foreach (FixMyStreet::Map->maps) { - next if /WMTSBase|UKCouncilWMTS/; # Only its subclasses have JS + next if /WMTSBase|UKCouncilWMTS|WMSBase|WMXBase/; # Only its subclasses have JS my $js = $_->map_javascript; my $test_file = $js->[-1]; s/.*:://; |