From: Andrey Hristov Date: Wed, 7 Apr 2010 18:05:42 +0000 (+0000) Subject: Fix test. The usernames in the server are 16 chars long X-Git-Tag: php-5.3.3RC1~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7670d2948d5bf0cbfd19339ead46c9ca68e1af37;p=php Fix test. The usernames in the server are 16 chars long --- diff --git a/ext/mysqli/tests/mysqli_report.phpt b/ext/mysqli/tests/mysqli_report.phpt index 11ddef88bd..e76ca580b9 100644 --- a/ext/mysqli/tests/mysqli_report.phpt +++ b/ext/mysqli/tests/mysqli_report.phpt @@ -289,7 +289,7 @@ Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; ch 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-456789-20-456789-%s'@'%s' (using password: YES) 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_kill(): processid should have positive value in %s on line %d