diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-11-26 16:31:43 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-11-26 16:31:43 +0000 |
commit | f06eb4bf8b97239dd0b17b7fc81a7337b029b44d (patch) | |
tree | 342ff6f1e5d7cde190f96ea63c5fb3c1d18707e3 | |
parent | 845c07f5604a98690c78bc40bc93c8b89b25cc5b (diff) | |
download | php-git-f06eb4bf8b97239dd0b17b7fc81a7337b029b44d.tar.gz |
Fixed test, in some versions of c-client returned value is always uppercase
-rw-r--r-- | ext/imap/tests/imap_utf8.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_utf8.phpt b/ext/imap/tests/imap_utf8.phpt index dd432862f7..40204674b3 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 |