moved internal test module into published SQL/Abstract/Test, so that clients of SQLA...
[scpubgit/Q-Branch.git] / t / 00new.t
index 989a0b2..ee83650 100644 (file)
--- a/t/00new.t
+++ b/t/00new.t
@@ -4,10 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 
-use FindBin;
-use lib "$FindBin::Bin";
-use TestSqlAbstract;
-
+use SQL::Abstract::Test qw/is_same_sql_bind/;
 
 plan tests => 15;