New SQLA::Test handles () differences *much* better, thus fixing the tests
[dbsrgits/DBIx-Class-Historic.git] / t / 41orrible.t
index 54633ce..660ee40 100644 (file)
@@ -2,10 +2,11 @@ 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 lib qw(t/lib);
+use DBIC::SqlMakerTest;
+
 plan tests => 4;
 
 my $sa = new DBIC::SQL::Abstract::Oracle;