From: Ilia Alshanetsky Date: Fri, 24 Oct 2003 03:31:57 +0000 (+0000) Subject: Fixed some test names. X-Git-Tag: php-5.0.0b2RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d349926ffed8d2cccf71967f2ebc767c657548e;p=php Fixed some test names. Removed extraneous \r from a number of tests. --- diff --git a/ext/standard/tests/file/bug22414.phpt b/ext/standard/tests/file/bug22414.phpt index f6effd272c..f4f097d66d 100644 --- a/ext/standard/tests/file/bug22414.phpt +++ b/ext/standard/tests/file/bug22414.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #22414: passthru() does not read data correctly +Bug #22414 (passthru() does not read data correctly) --INI-- safe_mode= output_handler= diff --git a/ext/standard/tests/file/bug24313.phpt b/ext/standard/tests/file/bug24313.phpt index 67b7cf8dd8..dcea58ffef 100644 --- a/ext/standard/tests/file/bug24313.phpt +++ b/ext/standard/tests/file/bug24313.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24313: file_exists() warning on non-existant files when is open_basedir enabled +Bug #24313 (file_exists() warning on non-existant files when is open_basedir enabled) --INI-- open_basedir=/tmp --FILE-- diff --git a/ext/standard/tests/file/bug24482.phpt b/ext/standard/tests/file/bug24482.phpt index 6a82723a74..4bf12e8f66 100644 --- a/ext/standard/tests/file/bug24482.phpt +++ b/ext/standard/tests/file/bug24482.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #24482: GLOB_ONLYDIR not working +Bug #24482 (GLOB_ONLYDIR not working) --SKIPIF--