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

ruby-changes:21496

From: akr <ko1@a...>
Date: Fri, 28 Oct 2011 22:25:37 +0900 (JST)
Subject: [ruby-changes:21496] akr:r33545 (trunk): add a comment.

akr	2011-10-28 22:25:05 +0900 (Fri, 28 Oct 2011)

  New Revision: 33545

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

  Log:
    add a comment.

  Modified files:
    trunk/test/ripper/test_files.rb

Index: test/ripper/test_files.rb
===================================================================
--- test/ripper/test_files.rb	(revision 33544)
+++ test/ripper/test_files.rb	(revision 33545)
@@ -15,7 +15,7 @@
     SCANNER_EVENTS.each {|n| eval "def on_#{n}(*args) r = [:#{n}, *args]; r.inspect; Object.new end" }
   end
 
-  TEST_RATIO = 0.05
+  TEST_RATIO = 0.05 # testing all files needs too long time... 
 
   def test_parse_files
     Find.find("#{SRCDIR}/lib", "#{SRCDIR}/ext", "#{SRCDIR}/sample", "#{SRCDIR}/test") {|n|

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

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