diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-08-19 10:26:31 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:56:27 +0000 |
commit | 807eb73734bff70b9f16c61f68fce7291565b428 (patch) | |
tree | 855199d73f5106fa51b8b667070ad36555c001cb /t/open311/endpoint/Endpoint_Warwick.pm | |
parent | 1708bc30af7176f95f0ec5718289d3a633daf32b (diff) |
[Warwickshire] Integration bits during/after visit
- Tweaks required to get things working in WCC environment
- update Open311 to onsite changes
- updated Open311 parameters after WCC's Bentley and County Highways workshop.
- ... including ce_cpr_id
Diffstat (limited to 't/open311/endpoint/Endpoint_Warwick.pm')
-rw-r--r-- | t/open311/endpoint/Endpoint_Warwick.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/open311/endpoint/Endpoint_Warwick.pm b/t/open311/endpoint/Endpoint_Warwick.pm index f4710f63b..c097f177e 100644 --- a/t/open311/endpoint/Endpoint_Warwick.pm +++ b/t/open311/endpoint/Endpoint_Warwick.pm @@ -1,11 +1,6 @@ package t::open311::endpoint::Endpoint_Warwick; use Web::Simple; -use Module::Loaded; -BEGIN { - mark_as_loaded('DBD::Oracle'); -} - our %BINDINGS; our $UPDATES_SQL; |