X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fabstract%2Fsearch_where.t;h=a14682fc9ca940f0330faabc9999e28e79bb7ca4;hb=d9bd5195;hp=0d98bcc3f9e14da1619aade739dab7b602339bea;hpb=aea59b74d807ee65b319f3c1f84709157e12926b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/abstract/search_where.t b/t/cdbi/abstract/search_where.t index 0d98bcc..a14682f 100644 --- a/t/cdbi/abstract/search_where.t +++ b/t/cdbi/abstract/search_where.t @@ -3,14 +3,6 @@ use Test::More; use strict; use warnings; -BEGIN { - eval "use DBIx::Class::CDBICompat;"; - if ($@) { - plan (skip_all => "Class::Trigger and DBIx::ContextualFetch required: $@"); - } - plan tests => 10; -} - INIT { use lib 't/cdbi/testlib'; use Film; @@ -68,3 +60,4 @@ is_deeply ["Super Fuzz", "Superman"], [map $_->Title, @all], "limit_dialect ignored"; +done_testing;