X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F98-failure.t;h=73db8ad53d4a638cf726d7d1c91f2e11bc7fcbc5;hb=977f88cb4a2a252c91a6b4233bc4de59b702b9c1;hp=0f584b1191eba46dfd4af6fba64ac9e734cf0c5b;hpb=6a3bf2519832866d037740c5fb22341dad6f8bb3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/98-failure.t b/t/cdbi/98-failure.t index 0f584b1..73db8ad 100644 --- a/t/cdbi/98-failure.t +++ b/t/cdbi/98-failure.t @@ -5,16 +5,6 @@ use Test::More; # Test database failures #---------------------------------------------------------------------- -BEGIN { - eval "use DBIx::Class::CDBICompat;"; - if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); - next; - } - eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 7); -} - use lib 't/cdbi/testlib'; use Film; @@ -60,3 +50,4 @@ if (0) { } } +done_testing;