From 4d349926ffed8d2cccf71967f2ebc767c657548e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 24 Oct 2003 03:31:57 +0000 Subject: [PATCH] Fixed some test names. Removed extraneous \r from a number of tests. --- ext/standard/tests/file/bug22414.phpt | 2 +- ext/standard/tests/file/bug24313.phpt | 2 +- ext/standard/tests/file/bug24482.phpt | 2 +- tests/classes/bug23951.phpt | 2 +- tests/classes/bug24399.phpt | 2 +- tests/classes/bug24445.phpt | 2 +- tests/lang/bug24640.phpt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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--