helly Mon Jun 30 14:00:56 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pgsql/tests 09notice.phpt Log: MFH: Do not test postgres settings Index: php-src/ext/pgsql/tests/09notice.phpt diff -u php-src/ext/pgsql/tests/09notice.phpt:1.2.4.1 php-src/ext/pgsql/tests/09notice.phpt:1.2.4.2 --- php-src/ext/pgsql/tests/09notice.phpt:1.2.4.1 Sat May 31 08:59:19 2003 +++ php-src/ext/pgsql/tests/09notice.phpt Mon Jun 30 14:00:55 2003 @@ -23,6 +23,6 @@ ?> --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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php