rasmus Sat, 12 Nov 2011 19:12:39 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319110
Log: Fix test Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt U php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt Modified: php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt 2011-11-12 18:55:44 UTC (rev 319109) +++ php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug49936.phpt 2011-11-12 19:12:39 UTC (rev 319110) @@ -15,12 +15,9 @@ ?> --EXPECTF-- -Warning: opendir(): connect() failed: Connection refused in %s on line %d - -Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d +Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d bool(false) -Warning: opendir(): connect() failed: Connection refused in %s on line %d - -Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d +Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d bool(false) + Modified: php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt 2011-11-12 18:55:44 UTC (rev 319109) +++ php/php-src/trunk/ext/standard/tests/streams/bug49936.phpt 2011-11-12 19:12:39 UTC (rev 319110) @@ -15,12 +15,8 @@ ?> --EXPECTF-- -Warning: opendir(): connect() failed: Connection refused in %s on line %d - -Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d +Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d bool(false) -Warning: opendir(): connect() failed: Connection refused in %s on line %d - -Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d +Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d bool(false)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php