Converted all test cases where the tests are queued in an array to calculate the...
[dbsrgits/SQL-Abstract.git] / t / 08special_ops.t
index 895c9c2..8739ad7 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 use Test::More;\r
 \r
 use SQL::Abstract::Test import => ['is_same_sql_bind'];\r
-plan tests => 2;\r
 \r
 use SQL::Abstract;\r
 \r
@@ -56,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