From: Christopher Jones Date: Tue, 26 Feb 2008 01:04:35 +0000 (+0000) Subject: fix test noise X-Git-Tag: RELEASE_2_0_0a1~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08e6b02149a4bffcd9b8f572cb5c7395d1021fe;p=php fix test noise --- diff --git a/ext/oci8/tests/lob_039.phpt b/ext/oci8/tests/lob_039.phpt index 93251c8d80..bc2df2f845 100644 --- a/ext/oci8/tests/lob_039.phpt +++ b/ext/oci8/tests/lob_039.phpt @@ -57,9 +57,27 @@ array(1) { [0]=> string(11) "clob test 1" [1]=> - string(11) "clob test 2" + string(22) " clob test 2" [2]=> - string(11) "clob test 3" + string(33) " clob test 3" + } +} +Done +--UEXPECT-- +Test 1: CLOB +int(11) +int(11) +int(11) +bool(true) +array(1) { + [u"CLOB"]=> + array(3) { + [0]=> + unicode(11) "clob test 1" + [1]=> + unicode(22) " clob test 2" + [2]=> + unicode(33) " clob test 3" } } Done