aboutsummaryrefslogtreecommitdiffstats
path: root/t/Mock/Bing.pm
Commit message (Collapse)AuthorAgeLines
* [UK] Stop nearest request with scientific notationMatthew Somerville2017-05-18-0/+37
If the longitude was very close to 0, it was being sent as e.g. 1e-6 in the request to MapIt. Mock out the Bing query so that this can be tested (the closest.t tests were previously always being skipped).