diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 14:14:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 14:14:44 +0100 |
commit | 3134f2bed0d1005b130651a2f4c711ad108798a5 (patch) | |
tree | 4b873f486b1d950ae69a870137cb4509abae0969 | |
parent | 1c61654d3a134adcac171dda9b8d0d1a1a637374 (diff) |
Update co-ords in test suite.
-rwxr-xr-x | bin/test-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-run b/bin/test-run index 8465ab164..41af2fe10 100755 --- a/bin/test-run +++ b/bin/test-run @@ -285,7 +285,7 @@ sub do_report { my $messages = english_fms_messages(); my $x_coord = 3287; my $y_coord = 1112; - submit_report($postcode, $x_coord, $y_coord, 530375.920751842, 179501.524003048, 1, undef, $messages, ''); + submit_report($postcode, $x_coord, $y_coord, 530268, 179545, 1, undef, $messages, ''); # Check that the report is now available through the AJAX interface $wth->browser_get($base_url . "/ajax?sx=$x_coord;sy=$y_coord;x=$x_coord;y=$y_coord;all_pins="); @@ -298,7 +298,7 @@ sub do_update { my $messages = english_fms_messages(); my $x_coord = 3287; my $y_coord = 1112; - submit_report($postcode, $x_coord, $y_coord, 530375.920751842, 179501.524003048, 1, undef, $messages, ''); + 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), rznvy => email_n(1), |