aboutsummaryrefslogtreecommitdiffstats
path: root/t/Page.t
diff options
context:
space:
mode:
authorLouise Crow <louise@mysociety.org>2010-10-18 14:55:56 +0100
committerLouise Crow <louise@mysociety.org>2010-10-18 14:55:56 +0100
commit869e3c3a06d52509e71cb6ec3447d2c0a51ef9f6 (patch)
tree622d674f93647df3fab5bd0fa6f473a65854cf1a /t/Page.t
parent1c42f9fe11b7285ee4ea356d757aa549c7a44522 (diff)
parenta85fe43f641650c48cc8f6bae3cf794241c73237 (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-xt/Page.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/Page.t b/t/Page.t
index bc0fe238e..26962c743 100755
--- a/t/Page.t
+++ b/t/Page.t
@@ -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");