From 3dbe16cac4fbc002c4020c12e132cda41e89bf21 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 30 May 2003 15:42:46 +0000 Subject: Fix notice handling --- ext/pgsql/tests/09notice.phpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ext/pgsql/tests') diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt index 55bbd28ed1..a2955b5c52 100644 --- a/ext/pgsql/tests/09notice.phpt +++ b/ext/pgsql/tests/09notice.phpt @@ -18,12 +18,11 @@ if ($msg === FALSE) { echo "Cannot find notice message in hash\n"; var_dump($msg); } -echo $msg; +echo $msg."\n"; echo "pg_last_notice() is Ok\n"; ?> ---EXPECT-- -NOTICE: BEGIN: already a transaction in progress - +--EXPECTF-- +Notice: pg_query(): NOTICE: BEGIN: already a transaction in progress in %s on line %d NOTICE: BEGIN: already a transaction in progress pg_last_notice() is Ok -- cgit v1.2.1