[前][次][番号順一覧][スレッド一覧]

ruby-changes:18430

From: usa <ko1@a...>
Date: Wed, 5 Jan 2011 14:06:51 +0900 (JST)
Subject: [ruby-changes:18430] Ruby:r30453 (trunk): * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):

usa	2011-01-05 14:06:44 +0900 (Wed, 05 Jan 2011)

  New Revision: 30453

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30453

  Log:
    * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
      skip on Windows because chmod 0 doesn't mean unreadable by owner.

  Modified files:
    trunk/ChangeLog
    trunk/test/rdoc/test_rdoc_options.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30452)
+++ ChangeLog	(revision 30453)
@@ -1,3 +1,8 @@
+Wed Jan  5 14:06:01 2011  NAKAMURA Usaku  <usa@r...>
+
+	* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
+	  skip on Windows because chmod 0 doesn't mean unreadable by owner.
+
 Wed Jan  5 13:56:54 2011  Akinori MUSHA  <knu@i...>
 
 	* lib/net/http.rb (Net::HTTP#get): A header hash given should not
Index: test/rdoc/test_rdoc_options.rb
===================================================================
--- test/rdoc/test_rdoc_options.rb	(revision 30452)
+++ test/rdoc/test_rdoc_options.rb	(revision 30453)
@@ -17,6 +17,7 @@
   end
 
   def test_check_files
+    skip "assumes UNIX permition model" if /mswin|mingw/ =~ RUBY_PLATFORM
     out, err = capture_io do
       Dir.mktmpdir do |dir|
         Dir.chdir dir do

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]