Commit: b0415856fddd93ddb02a00c56953707be199c2a9 Author: Michael Wallner <m...@php.net> Tue, 3 Dec 2013 17:55:26 +0100 Parents: 9e309a2d10d9696d047ecb442189b5428dc81e43 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b0415856fddd93ddb02a00c56953707be199c2a9 Log: fix test Changed paths: M ext/dba/tests/dba_inifile.phpt Diff: diff --git a/ext/dba/tests/dba_inifile.phpt b/ext/dba/tests/dba_inifile.phpt index f8102b2..ae06aee 100644 --- a/ext/dba/tests/dba_inifile.phpt +++ b/ext/dba/tests/dba_inifile.phpt @@ -23,7 +23,7 @@ Content String 2 Content 2 replaced Read during write: not allowed "key number 6" written -Failed to write "key number 6" 2nd time +"key number 6" written 2nd time Content 2 replaced 2nd time The 6th value array(3) { @@ -40,7 +40,7 @@ Content String 2 Content 2 replaced Read during write: not allowed "key number 6" written -Failed to write "key number 6" 2nd time +"key number 6" written 2nd time Content 2 replaced 2nd time The 6th value array(3) { -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php