[DBD::Pg 2/2] Quick note for failing test.
dbdpg-commits-gENoVmVU/[email protected] Fri, 4 Apr 2014 19:12:40 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 2/2] Quick note for failing test. --- t/02attribs.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/02attribs.t b/t/02attribs.t index 89cd943..ab1c7d3 100644 --- a/t/02attribs.t +++ b/t/02attribs.t @@ -256,6 +256,7 @@ local $SIG{__WARN__} = sub { $warning = shift; }; $dbh->do(q{SET client_min_messages = 'DEBUG1'}); $t='DB handle attribute "PrintWarn" works when on'; $warning = q{}; +## FIXME: Fails on recent Postgres because the final message is a LOG eval { $dbh->do('CREATE TEMP TABLE dbd_pg_test_temp(id INT PRIMARY KEY)'); }; -- 1.8.4