diff options
| author | Marcus Boerger <helly@php.net> | 2003-06-30 18:00:30 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-06-30 18:00:30 +0000 |
| commit | f970724d7980d431681a9884c61bdaaaf8545e20 (patch) | |
| tree | e24df32d9cdcec3efe0bf8b866f726548c5b1dab /ext/pgsql/tests | |
| parent | b377225d4fb578438ec7a1c6f0684dbbef7e6e8a (diff) | |
| download | php-git-f970724d7980d431681a9884c61bdaaaf8545e20.tar.gz | |
Do not test postgres settings
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/09notice.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
