diff options
| author | Marcus Boerger <helly@php.net> | 2003-06-30 18:00:55 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-06-30 18:00:55 +0000 |
| commit | 40acbc1ea5d4fa3cf54c1482852b4669866c06f4 (patch) | |
| tree | b77420b05f40d9fb5b0e8d466983e67c98ca157a /ext/pgsql | |
| parent | 94a9447396667f62460275a7cf877e78b35268bb (diff) | |
| download | php-git-40acbc1ea5d4fa3cf54c1482852b4669866c06f4.tar.gz | |
MFH: Do not test postgres settings
Diffstat (limited to 'ext/pgsql')
| -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 |
