diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-12-23 17:33:06 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-12-23 17:33:06 +0000 |
| commit | 20d64aa24eeb24b88693ef12a9b394e2ec5d7157 (patch) | |
| tree | ade4a762f18528db593880d56053cd43af6d7d56 /ext/pgsql | |
| parent | 9720a31bd642b624d3f751e81a14464eeb6c92a9 (diff) | |
| download | php-git-20d64aa24eeb24b88693ef12a9b394e2ec5d7157.tar.gz | |
Make test work with PostgreSQL 7.4
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 71fcd11ef5..ccb0c80823 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(): %s: BEGIN: already a transaction in progress in %s on line %d -%s: BEGIN: already a transaction in progress +Notice: pg_query(): %s already a transaction in progress in %s on line %d +%s already a transaction in progress pg_last_notice() is Ok |
