diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 15:44:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 15:44:54 +0100 |
commit | 83c3d3c3fd0aceeda3f0f2bb2fe808b0bdb12b29 (patch) | |
tree | 92f5cfcaef2dd1a750c4ca2ee2446f40f3024cc8 | |
parent | b03aeba468338f5b7dda0d148ebb84f11733e646 (diff) |
Move from London council for test.
-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 03d644fee..58cf0b2ea 100755 --- a/bin/test-run +++ b/bin/test-run @@ -348,17 +348,17 @@ sub do_import { sub do_questionnaire { - my $council_id = 2491; - my $council_name = "Southwark Borough Council"; + my $council_id = 2514; + my $council_name = "Birmingham City Council"; # set up a fake contact record for a council create_fake_contact($council_id); # submit a problem report set_fms_date('2009-11-01'); - my $postcode = 'SE1'; + my $postcode = 'B14'; my $messages = english_fms_messages(); - submit_report($postcode, 3307, 1116, 533484.251968504, 180025.4000508, 5, $council_id, $messages, ''); + submit_report($postcode, 2529, 1738, 407903, 280322, 5, $council_id, $messages, ''); # send emails (for the report) call_send_emails(); |