X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F41orrible.t;h=b0117a77d29c4276ed1ed30c389040cb51b322a7;hb=2ff179e22bca6e8b7c3cb131e234ce2ce8996113;hp=54633ce1ed05c140f5bf3d076834a18d31182413;hpb=9b4591296c196ea0a32e67159e35091b02ecc539;p=dbsrgits%2FDBIx-Class.git diff --git a/t/41orrible.t b/t/41orrible.t index 54633ce..b0117a7 100644 --- a/t/41orrible.t +++ b/t/41orrible.t @@ -2,13 +2,15 @@ use strict; use warnings; use Test::More; -#use DBIx::Class::Storage::DBI; -use SQL::Abstract::Test import => ['is_same_sql_bind']; -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');