X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fset_to_undef.t;h=47b0a357d07baba4416d488992238eca5e18b7f9;hb=97d61088b16ce8d2ffcbb4a2433509d65f7f7449;hp=83cf1a269613c28702883f28636ed1efb8bb665f;hpb=32b24bace23cf9718fb209638f8cd51c479a1a43;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/set_to_undef.t b/t/cdbi/set_to_undef.t index 83cf1a2..47b0a35 100644 --- a/t/cdbi/set_to_undef.t +++ b/t/cdbi/set_to_undef.t @@ -1,5 +1,6 @@ use strict; use Test::More; +use lib 't/cdbi/testlib'; BEGIN { eval "use DBIx::Class::CDBICompat;"; @@ -19,7 +20,7 @@ local $SIG{__WARN__} = sub { { package Thing; - use base 'DBIx::Class::Test::SQLite'; + use base 'DBIC::Test::SQLite'; Thing->columns(All => qw[thing_id this that date]); }