X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fextra%2Fsqlite_deadlock.t;h=a9fdca95f7b60b1b76e3b4e11d1b9a7073c5ef63;hb=7302b3e0fadad3321a1e0ad681949b06c9c8601f;hp=b0e8f3b98907bde308dbe4b464447fec41f0ed3a;hpb=c26b30dee587fa008f7d956b61ae27c36ac7ec82;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/extra/sqlite_deadlock.t b/xt/extra/sqlite_deadlock.t index b0e8f3b..a9fdca9 100644 --- a/xt/extra/sqlite_deadlock.t +++ b/xt/extra/sqlite_deadlock.t @@ -2,17 +2,11 @@ use strict; use warnings; use Test::More; +use Test::Exception; +use File::Temp (); use lib 't/lib'; -BEGIN { - require DBICTest::RunMode; - plan( skip_all => "Skipping test on plain module install" ) - if DBICTest::RunMode->is_plain; -} - -use Test::Exception; use DBICTest; -use File::Temp (); plan tests => 2; my $wait_for = 120; # how many seconds to wait