Skip Menu |

This queue is for tickets about the Test-postgresql CPAN distribution.

Report information
The Basics
Id: 68678
Status: resolved
Priority: 0/
Queue: Test-postgresql

People
Owner: Nobody in particular
Requestors: salva [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: 1.01



Subject: remove error message from test output
The test 01-raii.t generates a harmless but suspicious error message that can be silenced with the following patch: $ diff -u t/01-raii.t~ t/01-raii.t --- t/01-raii.t~ 2009-10-15 02:37:00.000000000 +0200 +++ t/01-raii.t 2011-06-07 12:25:27.000000000 +0200 @@ -24,6 +24,6 @@ undef $pgsql; ok( - ! DBI->connect($dsn), + ! DBI->connect($dsn, undef, undef, { PrintError => 0 }), "shutdown postgresql", );
Closed in Test::PostgreSQL 1.00 onwards. Please upgrade. (Note change in case)