From: Marcus Boerger Date: Mon, 30 Jun 2003 18:00:30 +0000 (+0000) Subject: Do not test postgres settings X-Git-Tag: BEFORE_ARG_INFO~526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f970724d7980d431681a9884c61bdaaaf8545e20;p=php Do not test postgres settings --- diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt index a2955b5c52..71fcd11ef5 100644 --- a/ext/pgsql/tests/09notice.phpt +++ b/ext/pgsql/tests/09notice.phpt @@ -23,6 +23,6 @@ echo "pg_last_notice() is Ok\n"; ?> --EXPECTF-- -Notice: pg_query(): NOTICE: BEGIN: already a transaction in progress in %s on line %d -NOTICE: BEGIN: already a transaction in progress +Notice: pg_query(): %s: BEGIN: already a transaction in progress in %s on line %d +%s: BEGIN: already a transaction in progress pg_last_notice() is Ok