X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F98-failure.t;h=73db8ad53d4a638cf726d7d1c91f2e11bc7fcbc5;hb=d9bd51956470404b3960871d3413fa98f16961d2;hp=918bbf5a22a3f5df7f90b47a5cada4ead3689546;hpb=aea59b74d807ee65b319f3c1f84709157e12926b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/98-failure.t b/t/cdbi/98-failure.t index 918bbf5..73db8ad 100644 --- a/t/cdbi/98-failure.t +++ b/t/cdbi/98-failure.t @@ -5,14 +5,6 @@ use Test::More; # Test database failures #---------------------------------------------------------------------- -BEGIN { - eval "use DBIx::Class::CDBICompat;"; - if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); - } - plan tests => 7; -} - use lib 't/cdbi/testlib'; use Film; @@ -58,3 +50,4 @@ if (0) { } } +done_testing;