diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-12-14 14:49:19 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-12-14 14:49:19 +0000 |
commit | 5c3eda0ee917d985731d7af3d52ee21ae3ca1ab0 (patch) | |
tree | fe5924d5614dbae0fe9dc80d7fdd7e8bd89a61c4 /bin | |
parent | 9434100350754bc78aa056f45493e1f6208e70db (diff) |
remove fake insert for command-line tests
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oxfordshire/open311_service_request.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/oxfordshire/open311_service_request.cgi b/bin/oxfordshire/open311_service_request.cgi index a82c1d7aa..1c93c8658 100755 --- a/bin/oxfordshire/open311_service_request.cgi +++ b/bin/oxfordshire/open311_service_request.cgi @@ -135,9 +135,9 @@ if ($TEST_SERVICE_DISCOVERY) { } elsif ($req -> param('services')) { get_service_discovery($req); } else { - my $fixme = get_FAKE_INSERT($req); # allow a GET to make an insert, for testing (from the commandnd line!) - print "Returned $fixme\n"; - # get_service_requests($req); + ### # allow a GET to make an insert, for testing (from the commandnd line!) + ### my $fixme = get_FAKE_INSERT($req); print "Returned $fixme\n"; + get_service_requests($req); } #---------------------------------------------------- |