List:Commits« Previous MessageNext Message »
From:grichter Date:March 21 2007 1:02pm
Subject:PHP mysqlnd svn commit: r234 - trunk/ext/mysqli/tests
View as plain text  
Author: grichter
Date: 2007-03-21 14:02:37 +0100 (Wed, 21 Mar 2007)
New Revision: 234

Modified:
   trunk/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt
   trunk/ext/mysqli/tests/mysqli_field_tell.phpt
Log:
fixed unicode expectf


Modified: trunk/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt	2007-03-21 13:00:55 UTC (rev
233)
+++ trunk/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt	2007-03-21 13:02:37 UTC (rev
234)
@@ -79,7 +79,7 @@
 
 Warning: mysqli_result::fetch_field_direct(): Couldn't fetch mysqli_result in %s on line
%d
 done!
---EXPECTF--
+--UEXPECTF--
 Warning: mysqli_result::fetch_field_direct(): Field offset is invalid for resultset in %s
on line %d
 bool(false)
 object(stdClass)#%d (11) {

Modified: trunk/ext/mysqli/tests/mysqli_field_tell.phpt
===================================================================
--- trunk/ext/mysqli/tests/mysqli_field_tell.phpt	2007-03-21 13:00:55 UTC (rev 233)
+++ trunk/ext/mysqli/tests/mysqli_field_tell.phpt	2007-03-21 13:02:37 UTC (rev 234)
@@ -72,7 +72,7 @@
 Warning: mysqli_field_tell(): Couldn't fetch mysqli_result in %s on line %d
 NULL
 done! 
---EXPECTF--
+--UEXPECTF--
 int(0)
 
 Warning: mysqli_field_seek() expects exactly 2 parameters, 1 given in %s on line %d

Thread
PHP mysqlnd svn commit: r234 - trunk/ext/mysqli/testsgrichter21 Mar