From: Christopher Jones Date: Thu, 12 Mar 2009 14:50:29 +0000 (+0000) Subject: MFH: Fix tests to use ENV and re-enable X-Git-Tag: RELEASE_1_3_5~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65029f11e99214155d5d8f3974f9b577f41b330f;p=php MFH: Fix tests to use ENV and re-enable --- 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===