aboutsummaryrefslogtreecommitdiffstats
path: root/t/map/tilma/original.t
diff options
context:
space:
mode:
Diffstat (limited to 't/map/tilma/original.t')
-rw-r--r--t/map/tilma/original.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/map/tilma/original.t b/t/map/tilma/original.t
index f16f5b244..b29155bee 100644
--- a/t/map/tilma/original.t
+++ b/t/map/tilma/original.t
@@ -1,22 +1,15 @@
-use strict;
-use warnings;
-use Test::More;
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');
-$mech->delete_user('test@example.com');
my $user =
FixMyStreet::DB->resultset('User')
->find_or_create( { email => 'test@example.com', name => 'Test User' } );
@@ -114,7 +107,4 @@ for my $test (
};
}
-$mech->delete_user( $user );
-
-
done_testing();