diff options
author | Louise Crow <louise@mysociety.org> | 2010-10-18 14:55:56 +0100 |
---|---|---|
committer | Louise Crow <louise@mysociety.org> | 2010-10-18 14:55:56 +0100 |
commit | 869e3c3a06d52509e71cb6ec3447d2c0a51ef9f6 (patch) | |
tree | 622d674f93647df3fab5bd0fa6f473a65854cf1a /t/Page.t | |
parent | 1c42f9fe11b7285ee4ea356d757aa549c7a44522 (diff) | |
parent | a85fe43f641650c48cc8f6bae3cf794241c73237 (diff) |
Merge branch 'cities_release_1' of ssh://louise@git.mysociety.org/data/git/public/fixmystreet into cities_release_1
Diffstat (limited to 't/Page.t')
-rwxr-xr-x | t/Page.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ sub test_geocode_string() { # geocode a straightforward string, expect success my ($x, $y, $easting, $northing, $error) = Page::geocode_string('Buckingham Palace', $q); - ok($x == 3279, 'example x coordinate generated') or diag("Got $x"); - ok($y == 1113, 'example y coordinate generated') or diag("Got $y");; + ok($x == 3280, 'example x coordinate generated') or diag("Got $x"); + ok($y == 1114, 'example y coordinate generated') or diag("Got $y");; ok($easting == 529044, 'example easting generated') or diag("Got $easting"); ok($northing == 179619, 'example northing generated') or diag("Got $northing"); ok(! defined($error), 'should not generate error for simple example') or diag("Got $error"); |