List:Commits« Previous MessageNext Message »
From:uwendel Date:April 9 2008 3:17pm
Subject:PHP mysqlnd svn commit: r1409 - trunk/tests/ext/pdo_mysql
View as plain text  
Author: uwendel
Date: 2008-04-09 15:17:17 +0200 (Wed, 09 Apr 2008)
New Revision: 1409

Modified:
   trunk/tests/ext/pdo_mysql/pdo_mysql_attr_errmode.phpt
Log:
Fixing test


Modified: trunk/tests/ext/pdo_mysql/pdo_mysql_attr_errmode.phpt
===================================================================
--- trunk/tests/ext/pdo_mysql/pdo_mysql_attr_errmode.phpt	2008-04-09 12:59:47 UTC (rev
1408)
+++ trunk/tests/ext/pdo_mysql/pdo_mysql_attr_errmode.phpt	2008-04-09 13:17:17 UTC (rev
1409)
@@ -159,11 +159,4 @@
 
 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: %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 '%s' at line %d in %s on line %d
 
-end of execution
---EXPECTF--
-[002] Maybe PDO could indicate that this is not a proper way of setting the ERRMODE...
-[003] Maybe PDO could indicate that this is not a proper way of setting the ERRMODE...
-
-Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: %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 '%s' at line %d in %s on line %d
-
 end of execution
\ No newline at end of file

Thread
PHP mysqlnd svn commit: r1409 - trunk/tests/ext/pdo_mysqluwendel9 Apr