]> granicus.if.org Git - php/commitdiff
MFH: Make test work with PostgreSQL 7.4
authorIlia Alshanetsky <iliaa@php.net>
Tue, 23 Dec 2003 17:33:16 +0000 (17:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 23 Dec 2003 17:33:16 +0000 (17:33 +0000)
ext/pgsql/tests/09notice.phpt

index 71fcd11ef544dbb2c342cbebc022691fc3f3ecfb..ccb0c808230e1a2020e262816ccfb9c9318c5657 100644 (file)
@@ -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