X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F41orrible.t;h=660ee40a1a8542607b21ec3305cca553b6ecc60e;hb=2e06c56de04377bcea7898825df6db64610aeabe;hp=030dabc1c84e7fa0b1aa7bcdd0c5cd2ac1f521cd;hpb=949172b0fa30a832d268c3f55f97247a10742314;p=dbsrgits%2FDBIx-Class.git diff --git a/t/41orrible.t b/t/41orrible.t index 030dabc..660ee40 100644 --- a/t/41orrible.t +++ b/t/41orrible.t @@ -2,10 +2,11 @@ use strict; use warnings; use Test::More; -#use DBIx::Class::Storage::DBI; -use DBIC::SqlMakerTest; use DBIx::Class::Storage::DBI::Oracle::WhereJoins; +use lib qw(t/lib); +use DBIC::SqlMakerTest; + plan tests => 4; my $sa = new DBIC::SQL::Abstract::Oracle;