X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresultset%2Fas_query.t;h=7f4c73859303d0de7d3a40d9b84a6b0c3d5fc642;hb=b24d86a1fbeb89083bc2eeeeb286d590ffea702a;hp=b5736061b328e748dc97069919543e105b1577cd;hpb=45594863d5edb66d794ba6b8d6fc9c7f7906186e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/resultset/as_query.t b/t/resultset/as_query.t index b573606..7f4c738 100644 --- a/t/resultset/as_query.t +++ b/t/resultset/as_query.t @@ -6,12 +6,13 @@ use warnings FATAL => 'all'; use Data::Dumper; use Test::More; + +plan ( tests => 4 ); + use lib qw(t/lib); use DBICTest; use DBIC::SqlMakerTest; -plan tests => 4; - my $schema = DBICTest->init_schema(); my $art_rs = $schema->resultset('Artist'); my $cdrs = $schema->resultset('CD');