diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 15:31:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 15:31:23 +0100 |
commit | e887057b6982a203ccd8fef7730c3544c76e60b2 (patch) | |
tree | 1392a9403fc39ba63e0314171884e5fa2155dedf | |
parent | 3134f2bed0d1005b130651a2f4c711ad108798a5 (diff) |
Update old coords too.
-rwxr-xr-x | bin/test-run | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/test-run b/bin/test-run index 41af2fe10..03d644fee 100755 --- a/bin/test-run +++ b/bin/test-run @@ -284,7 +284,7 @@ sub do_report { my $postcode = 'SW1A 0AA'; my $messages = english_fms_messages(); my $x_coord = 3287; - my $y_coord = 1112; + my $y_coord = 1113; submit_report($postcode, $x_coord, $y_coord, 530268, 179545, 1, undef, $messages, ''); # Check that the report is now available through the AJAX interface @@ -296,8 +296,8 @@ sub do_update { set_base_url(''); my $postcode = 'ME15 6RS'; my $messages = english_fms_messages(); - my $x_coord = 3287; - my $y_coord = 1112; + my $x_coord = 3570; + my $y_coord = 969; submit_report($postcode, $x_coord, $y_coord, 575794, 156256, 1, undef, $messages, ''); $wth->browser_follow_link(text => 'view the problem on this site'); $wth->browser_submit_form(with_fields => { name => name_n(1), |