X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F41orrible.t;h=b0117a77d29c4276ed1ed30c389040cb51b322a7;hb=a0da03096cd65314cb337d6f4254cd1a0ce4ed7b;hp=660ee40a1a8542607b21ec3305cca553b6ecc60e;hpb=c61a0748004eaaeb8207dc8a933ed5213ccce3e6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/41orrible.t b/t/41orrible.t index 660ee40..b0117a7 100644 --- a/t/41orrible.t +++ b/t/41orrible.t @@ -2,14 +2,15 @@ use strict; use warnings; use Test::More; -use DBIx::Class::Storage::DBI::Oracle::WhereJoins; +use DBIx::Class::SQLAHacks::OracleJoins; use lib qw(t/lib); +use DBICTest; # do not remove even though it is not used use DBIC::SqlMakerTest; plan tests => 4; -my $sa = new DBIC::SQL::Abstract::Oracle; +my $sa = new DBIx::Class::SQLAHacks::OracleJoins; $sa->limit_dialect('RowNum');