1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

fix the number of tests for ancient DBI

This commit is contained in:
Kenichi Ishigaki 2018-12-01 17:11:42 +09:00
parent 315b86627d
commit 47c115cae2

View file

@ -11,7 +11,7 @@ use SQLiteTest qw/connect_ok @CALL_FUNCS/;
use Test::More; use Test::More;
use DBD::SQLite::Constants qw/SQLITE_LIMIT_VARIABLE_NUMBER/; use DBD::SQLite::Constants qw/SQLITE_LIMIT_VARIABLE_NUMBER/;
plan tests => 14; plan tests => 7 * @CALL_FUNCS;
for my $func (@CALL_FUNCS) { for my $func (@CALL_FUNCS) {
my $dbh = connect_ok(PrintError => 0, RaiseError => 1); my $dbh = connect_ok(PrintError => 0, RaiseError => 1);