andrey Thu, 08 Apr 2010 13:18:52 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297700
Log: Fixing the second test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt 2010-04-08 13:10:11 UTC (rev 297699) +++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt 2010-04-08 13:18:52 UTC (rev 297700) @@ -289,7 +289,7 @@ Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FOO' at line 1 in %s on line %d -Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-45'@'%s' (using password: YES) in %s on line %d +Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d Warning: mysqli_kill(): processid should have positive value in %s on line %d Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt =================================================================== --- php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt 2010-04-08 13:10:11 UTC (rev 297699) +++ php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt 2010-04-08 13:18:52 UTC (rev 297700) @@ -289,7 +289,7 @@ Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FOO' at line 1 in %s on line %d -Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-45'@'%s' (using password: YES) in %s on line %d +Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d Warning: mysqli_kill(): processid should have positive value in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php