X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08special_ops.t;h=8739ad7b500693aec5b7e7ed582e63184682d777;hb=25823711a9e82eba7d569ec08a5cc0c40658def2;hp=5bc599602ce3a5edb48a62c021fec83d209925ea;hpb=96449e8ea5159e5448ebfc81dfa200dc674f366b;p=scpubgit%2FQ-Branch.git diff --git a/t/08special_ops.t b/t/08special_ops.t index 5bc5996..8739ad7 100644 --- a/t/08special_ops.t +++ b/t/08special_ops.t @@ -4,11 +4,7 @@ use strict; use warnings; use Test::More; -use FindBin; -use lib "$FindBin::Bin"; -use TestSqlAbstract; - -plan tests => 2; +use SQL::Abstract::Test import => ['is_same_sql_bind']; use SQL::Abstract; @@ -59,6 +55,8 @@ my @tests = ( ); +plan tests => scalar(@tests); + for (@tests) { my($stmt, @bind) = $sqlmaker->where($_->{where}, $_->{order});