aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/bromley.t
Commit message (Collapse)AuthorAgeLines
* By default, use area-based alerts.Matthew Somerville2014-12-12-3/+3
| | | | | | | | | The body-based alert only works if the body ID matches the MapIt ID. This fixes #959. Further work needs to be done to enable proper body-based alerts that work properly in all circumstances. Consequently, factor out fixed body IDs from many tests. Also fix a couple of tests not overriding geocoder correctly.
* Fix test suite to run regardless of config setup.Matthew Somerville2013-10-24-3/+0
|
* Fix Bromley use of 'no further action'.Matthew Somerville2013-09-25-0/+45
If SET isn't given, the line means [% foo = ('bar' IF baz) %] rather than [% ([SET] foo = 'bar') IF baz %].