develooper Front page | perl.dbd.pg.changes | Postings from September 2011

[DBD::Pg 2/2] Simplify regex check, per bug 70759.

Thread Previous
From:
dbdpg-commits
Date:
September 6, 2011 05:46
Subject:
[DBD::Pg 2/2] Simplify regex check, per bug 70759.
Message ID:
1315313208-15501-2-git-send-email-dbdpg-commits@bucardo.org
Committed by Greg Sabino Mullane <greg@endpoint.com>

Subject: [DBD::Pg 2/2] Simplify regex check, per bug 70759.

---
 t/03smethod.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/03smethod.t b/t/03smethod.t
index 0062716..f3ad929 100644
--- a/t/03smethod.t
+++ b/t/03smethod.t
@@ -688,7 +688,7 @@ SKIP: {
 	};
 	# restore original signal handler
 	POSIX::sigaction(SIGALRM,$oldaction);
-	like ($@,qr/canceling \w+ due to user request/,'cancel');
+	like ($@, qr/execute failed/, 'cancel');
 	$dbh2->disconnect();
 }
 
-- 
1.7.0.5


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About