pajoye Wed Jul 8 09:59:33 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/file stat_variation8-win32.phpt
Log:
- fix test (mtime only is changed)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/stat_variation8-win32.phpt?r1=1.1.2.2.2.2&r2=1.1.2.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/stat_variation8-win32.phpt
diff -u php-src/ext/standard/tests/file/stat_variation8-win32.phpt:1.1.2.2.2.2
php-src/ext/standard/tests/file/stat_variation8-win32.phpt:1.1.2.2.2.3
--- php-src/ext/standard/tests/file/stat_variation8-win32.phpt:1.1.2.2.2.2
Sun Aug 17 11:04:16 2008
+++ php-src/ext/standard/tests/file/stat_variation8-win32.phpt Wed Jul 8
09:59:33 2009
@@ -52,7 +52,7 @@
var_dump( compare_self_stat($new_stat) );
// compare the stat
-$affected_members = array(7, 8, 9, 'size', 'atime', 'mtime');
+$affected_members = array(7, 9, 'size', 'mtime');
var_dump( compare_stats($old_stat, $new_stat, $affected_members, '!=') );
// clear the stat
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php