From: Antony Dovgal Date: Thu, 23 Nov 2006 14:36:55 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_1_0_0RC1~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88f51bc2e533f6b983d0d485bad02eda06a89e94;p=php fix tests --- diff --git a/ext/oci8/tests/bug37581.phpt b/ext/oci8/tests/bug37581.phpt index ec86c51959..bda33d7a48 100644 --- a/ext/oci8/tests/bug37581.phpt +++ b/ext/oci8/tests/bug37581.phpt @@ -67,3 +67,29 @@ array(5) { string(1) "E" } Done +--UEXPECTF-- +array(5) { + [0]=> + unicode(1) "A" + [1]=> + unicode(1) "B" + [2]=> + unicode(1) "C" + [3]=> + unicode(1) "D" + [4]=> + unicode(1) "E" +} +array(5) { + [0]=> + unicode(1) "A" + [1]=> + unicode(1) "B" + [2]=> + unicode(1) "C" + [3]=> + unicode(1) "D" + [4]=> + unicode(1) "E" +} +Done diff --git a/ext/oci8/tests/connect_with_charset_001.phpt b/ext/oci8/tests/connect_with_charset_001.phpt index 9149747cdb..2798555622 100644 --- a/ext/oci8/tests/connect_with_charset_001.phpt +++ b/ext/oci8/tests/connect_with_charset_001.phpt @@ -1,7 +1,10 @@ --TEST-- oci_connect() with invalid character set --SKIPIF-- - + --FILE--