From: Christopher Jones Date: Thu, 12 Mar 2009 14:47:47 +0000 (+0000) Subject: Fix tests to use ENV and re-enable X-Git-Tag: php-5.4.0alpha1~191^2~4163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5993635e2bd06f27b619fd3cb7843d64ffc8b4c;p=php 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..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===