Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 8e270fc92f7e0c342e47a76f8f64a495 > files > 1

perl-DBD-Pg-2.19.3-4.fc19.src.rpm

From accf9a11bab7de2d11a36bdaa01e2e438dd33104 Mon Sep 17 00:00:00 2001
From: Erik Rijkers <er@xs4all.nl>
Date: Fri, 17 May 2013 22:09:41 -0400
Subject: [PATCH] Use DEBUG1 for the PrintWarn test, as Postgres got less
 chatty in 9.3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Petr Pisar: Removed Changes

diff --git a/t/02attribs.t b/t/02attribs.t
index e98add9..197d962 100644
--- a/t/02attribs.t
+++ b/t/02attribs.t
@@ -251,7 +251,7 @@ is ($value, 1, $t);
 
 local $SIG{__WARN__} = sub { $warning = shift; };
 
-$dbh->do(q{SET client_min_messages = 'NOTICE'});
+$dbh->do(q{SET client_min_messages = 'DEBUG1'});
 $t='DB handle attribute "PrintWarn" works when on';
 $warning = q{};
 eval {
-- 
1.8.5.3