From e5993635e2bd06f27b619fd3cb7843d64ffc8b4c Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 12 Mar 2009 14:47:47 +0000 Subject: [PATCH] Fix tests to use ENV and re-enable --- ext/oci8/tests/connect_without_oracle_home.phpt | 4 ++-- ext/oci8/tests/connect_without_oracle_home_old.phpt | 4 ++-- ext/oci8/tests/pecl_bug16035.phpt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ext/oci8/tests/connect_without_oracle_home.phpt b/ext/oci8/tests/connect_without_oracle_home.phpt index 6839ec7d95..cad7b9a404 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-- --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