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

ruby-changes:17212

From: naruse <ko1@a...>
Date: Fri, 10 Sep 2010 15:01:10 +0900 (JST)
Subject: [ruby-changes:17212] Ruby:r29213 (trunk): decrease times of running test.

naruse	2010-09-10 14:44:57 +0900 (Fri, 10 Sep 2010)

  New Revision: 29213

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

  Log:
    decrease times of running test.

  Modified files:
    trunk/test/nkf/test_nkf.rb

Index: test/nkf/test_nkf.rb
===================================================================
--- test/nkf/test_nkf.rb	(revision 29212)
+++ test/nkf/test_nkf.rb	(revision 29213)
@@ -15,7 +15,7 @@
 
   def test_ruby_dev_36909
     assert_nothing_raised do
-      1000.times { NKF.nkf("--oc=eucJP-nkf", "foo") }
+      100.times { NKF.nkf("--oc=eucJP-nkf", "foo") }
     end
   end
 

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

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