scottmac Sat May 9 20:18:43 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/spl/tests dit_003.phpt
Log:
MFH 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.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/spl/tests/dit_003.phpt
diff -u php-src/ext/spl/tests/dit_003.phpt:1.1.2.3
php-src/ext/spl/tests/dit_003.phpt:1.1.2.4
--- php-src/ext/spl/tests/dit_003.phpt:1.1.2.3 Sat May 24 14:10:43 2008
+++ php-src/ext/spl/tests/dit_003.phpt Sat May 9 20:18:43 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