X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fcdbi%2Fabstract%2Fsearch_where.t;h=2fb28ffb3d08f9ef962179cd2e3f3ef066175bd7;hp=a8a2445c5b8eebd03e00d43a9211191d79b6d4c7;hb=68de943862f06cabd397d2e74d12cd9cdc999779;hpb=67b79ae10d09c925c0e120e9de21758f388c8e70 diff --git a/t/cdbi/abstract/search_where.t b/t/cdbi/abstract/search_where.t index a8a2445..2fb28ff 100644 --- a/t/cdbi/abstract/search_where.t +++ b/t/cdbi/abstract/search_where.t @@ -7,10 +7,8 @@ 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 => 10); + plan tests => 10; } INIT {