From f06eb4bf8b97239dd0b17b7fc81a7337b029b44d Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 26 Nov 2006 16:31:43 +0000 Subject: [PATCH] Fixed test, in some versions of c-client returned value is always uppercase --- ext/imap/tests/imap_utf8.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/imap/tests/imap_utf8.phpt b/ext/imap/tests/imap_utf8.phpt index dd432862f7d..40204674b33 100644 --- a/ext/imap/tests/imap_utf8.phpt +++ b/ext/imap/tests/imap_utf8.phpt @@ -17,6 +17,6 @@ string(0) "" string(1) "1" Notice: Array to string conversion in %s on line %d -string(5) "Array" -string(4) "test" +string(5) "%s" +string(4) "%s" Done