andrey Wed, 07 Apr 2010 18:05:42 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297629
Log: Fix test. The usernames in the server are 16 chars long 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-07 17:43:36 UTC (rev 297628) +++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt 2010-04-07 18:05:42 UTC (rev 297629) @@ -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-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 Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt =================================================================== --- php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt 2010-04-07 17:43:36 UTC (rev 297628) +++ php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt 2010-04-07 18:05:42 UTC (rev 297629) @@ -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-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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php