mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
use Test::NoWarnings
This commit is contained in:
parent
8a418482dd
commit
45c0a056d1
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,8 @@ BEGIN {
|
||||||
}
|
}
|
||||||
|
|
||||||
use t::lib::Test qw/connect_ok/;
|
use t::lib::Test qw/connect_ok/;
|
||||||
use Test::More;
|
use Test::More tests => 5;
|
||||||
|
use Test::NoWarnings;
|
||||||
|
|
||||||
my $dbh = connect_ok();
|
my $dbh = connect_ok();
|
||||||
|
|
||||||
|
@ -25,5 +26,3 @@ $dbh->do("\nCOMMIT");
|
||||||
|
|
||||||
is $dbh->{AutoCommit}, 1,
|
is $dbh->{AutoCommit}, 1,
|
||||||
'AutoCommit=1 after "\nCOMMIT"';
|
'AutoCommit=1 after "\nCOMMIT"';
|
||||||
|
|
||||||
done_testing;
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue