aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/fixamingata.t
Commit message (Collapse)AuthorAgeLines
* Factor out test contact creation to function.Matthew Somerville2015-03-13-7/+2
|
* Make sure all co-ordinates are stringified.Matthew Somerville2015-02-13-0/+23
| | | | | | | This includes MapIt postcode lookups, geocoding, query parameters, tile clicks. Stringifying truncates them to six decimal places, which means we no longer need any "short" versions anywhere, and the JSON response will always uses a decimal point regardless of locale.
* By default, use area-based alerts.Matthew Somerville2014-12-12-1/+1
| | | | | | | | | 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 encoding of signature in emails.Matthew Somerville2014-12-10-0/+103
This text was being imported encoded, which led to double-encoding when used in templates. Fixes #960 and #961.