Commit:    96045e1b33c759bd5ffc418b870b20e0e6c9389f
Author:    Nikita Popov <ni...@php.net>         Thu, 22 Aug 2013 12:26:34 +0200
Parents:   647059abc7e9118802026684796bc04028d28c82
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=96045e1b33c759bd5ffc418b870b20e0e6c9389f

Log:
Forgot newline in test

Changed paths:
  M  ext/pgsql/tests/09notice.phpt


Diff:
diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt
index 36d0c56..7feb9cf 100644
--- a/ext/pgsql/tests/09notice.phpt
+++ b/ext/pgsql/tests/09notice.phpt
@@ -37,6 +37,7 @@ echo "pg_last_notice() is Ok\n";
 ?>
 --EXPECTF--
 resource(%d) of type (pgsql result) 
+
 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to