From 65029f11e99214155d5d8f3974f9b577f41b330f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 12 Mar 2009 14:50:29 +0000 Subject: [PATCH] MFH: Fix tests to use ENV and re-enable --- ext/oci8/tests/connect_without_oracle_home.phpt | 6 ++---- ext/oci8/tests/connect_without_oracle_home_old.phpt | 6 ++---- ext/oci8/tests/pecl_bug16035.phpt | 7 +++---- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/ext/oci8/tests/connect_without_oracle_home.phpt b/ext/oci8/tests/connect_without_oracle_home.phpt index 6839ec7d95..41c9f5e284 100644 --- a/ext/oci8/tests/connect_without_oracle_home.phpt +++ b/ext/oci8/tests/connect_without_oracle_home.phpt @@ -3,8 +3,6 @@ oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults) --SKIPIF-- +--ENV-- +ORACLE_HOME="" --FILE-- +--ENV-- +ORACLE_HOME="" --FILE-- +--ENV-- +ORACLE_HOME="" --FILE-- ===DONE=== --EXPECTF-- -PHP Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME is set and points to the right directory in %s on line %d +Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME is set and points to the right directory in %s on line %d ===DONE=== -- 2.50.1