[DBD::Pg] Adjust test count
dbdpg-commits-gENoVmVU/[email protected] Sun, 4 Jan 2015 17:37:25 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Adjust test count --- t/03dbmethod.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/03dbmethod.t b/t/03dbmethod.t index 3f29ca6..b6eea19 100644 --- a/t/03dbmethod.t +++ b/t/03dbmethod.t @@ -26,7 +26,7 @@ my $dbh = connect_database(); if (! $dbh) { plan skip_all => 'Connection to database failed, cannot continue testing'; } -plan tests => 549; +plan tests => 559; isnt ($dbh, undef, 'Connect to database for database handle method testing'); -- 1.8.4