summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-12-23 17:33:16 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-12-23 17:33:16 +0000
commit2a7a76c93e7dce061d2f49bd558edae13caaf856 (patch)
tree5eca7efa07418e0ef42964770b4b69afcea9d321
parent1fe64c5ffbb7b00bcd8263dd7a5c74a4bef9abf3 (diff)
downloadphp-git-2a7a76c93e7dce061d2f49bd558edae13caaf856.tar.gz
MFH: Make test work with PostgreSQL 7.4
-rw-r--r--ext/pgsql/tests/09notice.phpt4
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