From: Felipe Pena Date: Sat, 1 Aug 2009 15:46:50 +0000 (+0000) Subject: - Fixed tests X-Git-Tag: php-5.3.1RC1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad9bd1930867416c7862802d9b9f4bfece37b09;p=php - Fixed tests --- diff --git a/ext/standard/tests/http/bug43510.phpt b/ext/standard/tests/http/bug43510.phpt index ebd3c1bc62..710b086351 100644 --- a/ext/standard/tests/http/bug43510.phpt +++ b/ext/standard/tests/http/bug43510.phpt @@ -26,31 +26,3 @@ http_server_kill($pid); --EXPECT-- string(1) "r" string(2) "rb" ---TEST-- -Bug #43510: stream_get_meta_data() does not return same mode as used in fopen ---SKIPIF-- - ---FILE-- - ---EXPECT-- -string(1) "r" -string(2) "rb"