andrey Wed, 14 Dec 2011 18:37:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=321022
Log:
fix test
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
U php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_report_wo_ps.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2011-12-14 18:36:04 UTC (rev 321021)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2011-12-14 18:37:49 UTC (rev 321022)
@@ -101,7 +101,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-4%s'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user '%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/branches/PHP_5_4/ext/mysqli/tests/mysqli_report_wo_ps.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2011-12-14 18:36:04 UTC (rev 321021)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_report_wo_ps.phpt
2011-12-14 18:37:49 UTC (rev 321022)
@@ -101,7 +101,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-4%s'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user '%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_wo_ps.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt 2011-12-14
18:36:04 UTC (rev 321021)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt 2011-12-14
18:37:49 UTC (rev 321022)
@@ -101,7 +101,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-4%s'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user '%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