X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Fselect_chains.t;h=31692d3d06049631e8f21ab113f3e3bc90cc9bc0;hb=c0329273268971824784f239f32c7246e68da9c5;hp=e57fc26620cee0f6e22228b20633c41cc4a85aa7;hpb=f7f53a894c479aa594b9082ee461568fab8a81f3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/search/select_chains.t b/t/search/select_chains.t index e57fc26..31692d3 100644 --- a/t/search/select_chains.t +++ b/t/search/select_chains.t @@ -1,12 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); -use DBIC::SqlMakerTest; -use DBICTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();