From 88f51bc2e533f6b983d0d485bad02eda06a89e94 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 23 Nov 2006 14:36:55 +0000 Subject: [PATCH] fix tests --- ext/oci8/tests/bug37581.phpt | 26 ++++++++++++++++++++ ext/oci8/tests/connect_with_charset_001.phpt | 5 +++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ext/oci8/tests/bug37581.phpt b/ext/oci8/tests/bug37581.phpt index ec86c519595..bda33d7a48a 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 9149747cdbb..27985556228 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--