ruby-cvs:23656
From: nobu ruby-lang.org
Date: Wed, 14 May 2008 18:11:16 +0900 (JST)
Subject: [ruby-cvs:23656] Ruby:r16416 (trunk): * test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.
nobu 2008-05-14 18:11:10 +0900 (Wed, 14 May 2008)
New Revision: 16416
Modified files:
trunk/test/ruby/test_file_exhaustive.rb
Log:
* test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.
* test/ruby/test_file_exhaustive.rb (test_stat, test_readable_p)
(test_readable_real_p, test_world_readable_p, test_writable_p)
(test_writable_real_p, test_world_writable_p, test_executable_p)
(test_executable_real_p, test_owned_p, test_chmod, test_lchmod)
(test_umask, test_stat_readable_p, test_stat_readable_real_p)
(test_stat_world_readable_p, test_stat_writable_p)
(test_stat_writable_real_p, test_stat_world_writable_p)
(test_stat_executable_p, test_stat_executable_real_p)
(test_stat_owned_p): mode, owner and group can't rely on cygwin.
* test/ruby/test_file_exhaustive.rb (test_stat_init): test hard link
on Windows too.
* test/ruby/test_file_exhaustive.rb (test_test): struct stat dosn't
have sub second mtime on cygwin.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_file_exhaustive.rb?r1=16416&r2=16415&diff_format=u