X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F19-set_sql.t;h=85242ed012224cef7f14d7e129f1dc56b20ea108;hb=d9bd51956470404b3960871d3413fa98f16961d2;hp=73d9777d63d176f0d7abf00eebd1543aaf221e90;hpb=aea59b74d807ee65b319f3c1f84709157e12926b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/19-set_sql.t b/t/cdbi/19-set_sql.t index 73d9777..85242ed 100644 --- a/t/cdbi/19-set_sql.t +++ b/t/cdbi/19-set_sql.t @@ -1,14 +1,6 @@ use strict; use Test::More; -BEGIN { - eval "use DBIx::Class::CDBICompat;"; - if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); - } - plan tests => 20; -} - use lib 't/cdbi/testlib'; use Film; use Actor; @@ -128,3 +120,4 @@ Film->set_sql( is $apg[1]->title, "B", "and B"; } +done_testing;