[DBD::Pg 1/4] Finish the sth() in this test
dbdpg-commits-gENoVmVU/[email protected] Tue, 21 Aug 2012 13:16:21 -0400
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 1/4] Finish the sth() in this test --- t/04misc.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/04misc.t b/t/04misc.t index b9de2bf..c830f30 100644 --- a/t/04misc.t +++ b/t/04misc.t @@ -385,6 +385,7 @@ for my $ph (1..13) { my @arr = (1..$total); my $count = $sth->execute(@arr); is $count, 1, $t; + $sth->finish(); } cleanup_database($dbh,'test'); -- 1.7.1