aboutsummaryrefslogtreecommitdiffstats
path: root/t/map
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-25 12:44:30 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-25 12:45:45 +0100
commita51c4dff85fa403978a313b4330081fd3ca9993c (patch)
tree658ddbe1d0322ef85877bc5d21258d9bd06724e3 /t/map
parent2d7d19048e568ddd78fa4c6929a0c0ec896df3b8 (diff)
Make sure gettext domain specified in all tests.
Diffstat (limited to 't/map')
-rw-r--r--t/map/tilma/original.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/map/tilma/original.t b/t/map/tilma/original.t
index 4766e9363..b29155bee 100644
--- a/t/map/tilma/original.t
+++ b/t/map/tilma/original.t
@@ -2,14 +2,11 @@ use FixMyStreet::DB;
use FixMyStreet::Map;
use FixMyStreet::TestMech;
use DateTime;
-use mySociety::Locale;
use Catalyst::Test 'FixMyStreet::App';
my $mech = FixMyStreet::TestMech->new;
-mySociety::Locale::gettext_domain('FixMyStreet');
-
FixMyStreet::Map::set_map_class();
my $c = ctx_request('http://fixmystreet.com/test?bbox=-7.6,49.7,-7.5,49.8');