mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
don't use done_testing when Test::More 0.47 is required
This commit is contained in:
parent
6458091dbc
commit
6afbdb1ce0
1 changed files with 2 additions and 4 deletions
|
@ -8,9 +8,9 @@ BEGIN {
|
||||||
|
|
||||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||||
use Test::More;
|
use Test::More;
|
||||||
#use Test::NoWarnings;
|
use Test::NoWarnings;
|
||||||
|
|
||||||
#plan tests => 6 * @CALL_FUNCS + 1;
|
plan tests => 8 * @CALL_FUNCS + 1;
|
||||||
|
|
||||||
my $dbh = connect_ok();
|
my $dbh = connect_ok();
|
||||||
{
|
{
|
||||||
|
@ -49,5 +49,3 @@ for my $func (@CALL_FUNCS) {
|
||||||
ok defined $sort, "num of sort: $sort";
|
ok defined $sort, "num of sort: $sort";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
done_testing;
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue