List:Commits« Previous MessageNext Message »
From:ahristov Date:June 28 2007 11:57am
Subject:PHP mysqlnd svn commit: r556 - trunk/tests/ext/mysqli
View as plain text  
Author: ahristov
Date: 2007-06-28 11:57:51 +0200 (Thu, 28 Jun 2007)
New Revision: 556

Modified:
   trunk/tests/ext/mysqli/mysqli_report.phpt
Log:
Fix test


Modified: trunk/tests/ext/mysqli/mysqli_report.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_report.phpt	2007-06-28 09:35:55 UTC (rev 555)
+++ trunk/tests/ext/mysqli/mysqli_report.phpt	2007-06-28 09:57:51 UTC (rev 556)
@@ -229,7 +229,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 'This might work if you
accept an'@'%s' (using password: YES) in %s on line %d
+Warning: mysqli_change_user(): (%d/%d): Access denied for user 'This might work if you
accept anonymous users in'@'%s' (using password: YES) in %s on line %d
 
 Warning: mysqli_kill(): processid should have positive value in %s on line %d
 
@@ -242,4 +242,4 @@
 Warning: mysqli_stmt_prepare(): (%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
 [013] Access denied for user '%s'@'%s' (using password: YES)
 [016] Access denied for user '%s'@'%s' (using password: YES)
-done!
\ No newline at end of file
+done!

Thread
PHP mysqlnd svn commit: r556 - trunk/tests/ext/mysqliahristov28 Jun