scottmac Sat May 9 20:18:18 2009 UTC Modified files: /php-src/ext/spl/tests dit_003.phpt Log: Broken test when you have a snapshot as it relies on CVS http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_003.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/spl/tests/dit_003.phpt diff -u php-src/ext/spl/tests/dit_003.phpt:1.2 php-src/ext/spl/tests/dit_003.phpt:1.3 --- php-src/ext/spl/tests/dit_003.phpt:1.2 Sat May 24 14:11:59 2008 +++ php-src/ext/spl/tests/dit_003.phpt Sat May 9 20:18:18 2009 @@ -3,7 +3,7 @@ --FILE-- <?php $count = 0; -foreach(new FilesystemIterator('CVS') as $ent) +foreach(new FilesystemIterator(__DIR__) as $ent) { ++$count; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php