From 2632316e809278a0b0d7beade07b0aa0df2ba69b Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 6 Jan 2009 00:56:04 +0000 Subject: - Removed UEXPECT(F) - Unicodified some tests --- ext/mysqli/tests/022.phpt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ext/mysqli/tests/022.phpt') diff --git a/ext/mysqli/tests/022.phpt b/ext/mysqli/tests/022.phpt index 0ab5179e85..4e07b4426d 100644 --- a/ext/mysqli/tests/022.phpt +++ b/ext/mysqli/tests/022.phpt @@ -44,18 +44,10 @@ require_once('skipifconnectfailure.inc'); print "done!"; ?> --EXPECTF-- -array(2) { - [0]=> - string(10) "1234567890" - [1]=> - %s(13) "32K String ok" -} -done! ---UEXPECTF-- array(2) { [0]=> unicode(10) "1234567890" [1]=> %s(13) "32K String ok" } -done! \ No newline at end of file +done! -- cgit v1.2.1