]> granicus.if.org Git - php/commitdiff
MFH: Do not test postgres settings
authorMarcus Boerger <helly@php.net>
Mon, 30 Jun 2003 18:00:55 +0000 (18:00 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 30 Jun 2003 18:00:55 +0000 (18:00 +0000)
ext/pgsql/tests/09notice.phpt

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