diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-01-14 12:53:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-01-14 12:53:34 +0000 |
commit | 6dae847b330b0958442fc89c323a9b3e9a5be240 (patch) | |
tree | e948682978bdba3372984f42c2b8a95b0c1b5159 /bin/test-run | |
parent | af94672c0cef154b1e0068aa1c9dd0dd58c32fb4 (diff) | |
parent | 7f834105f3ec090b7e8827460fee4847a65a03c7 (diff) |
Merge branch 'master' into reportemptyhomes
Diffstat (limited to 'bin/test-run')
-rwxr-xr-x | bin/test-run | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/test-run b/bin/test-run index 3e5f76afa..15f9c3ed2 100755 --- a/bin/test-run +++ b/bin/test-run @@ -377,8 +377,8 @@ sub do_alert { # sign up for alerts in an area my $postcode = 'EH1 2NG'; - my $x = 2015; my $e = 325000; - my $y = 4175; my $n = 673548; + my $x = 2015; my $e = 325066; + my $y = 4175; my $n = 673533; my $messages = english_fms_messages(); submit_postcode('', $postcode, 'Problems in this area'); $wth->browser_follow_link(text => 'Email me new local problems'); @@ -417,8 +417,8 @@ sub do_alert { sub do_eha_alert { # sign up for alerts in an area my $postcode = 'EH1 2NG'; - my $x = 2015; my $e = 325000; - my $y = 4175; my $n = 673548; + my $x = 2015; my $e = 325066; + my $y = 4175; my $n = 673533; my @texts = ('Eiddo gwag yn yr ardal hon', 'Adrodd am eiddo gwag', 'Nawr, gwiriwch eich e-bost', |