Merged changes from the '1.50_RC-extraparens' branch.
[scpubgit/Q-Branch.git] / t / 08special_ops.t
index 5bc5996..8739ad7 100644 (file)
@@ -4,11 +4,7 @@ use strict;
 use warnings;\r
 use Test::More;\r
 \r
-use FindBin;\r
-use lib "$FindBin::Bin";\r
-use TestSqlAbstract;\r
-\r
-plan tests => 2;\r
+use SQL::Abstract::Test import => ['is_same_sql_bind'];\r
 \r
 use SQL::Abstract;\r
 \r
@@ -59,6 +55,8 @@ my @tests = (
 );\r
 \r
 \r
+plan tests => scalar(@tests);\r
+\r
 for (@tests) {\r
 \r
   my($stmt, @bind) = $sqlmaker->where($_->{where}, $_->{order});\r