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

ruby-changes:15484

From: nobu <ko1@a...>
Date: Sun, 18 Apr 2010 12:30:34 +0900 (JST)
Subject: [ruby-changes:15484] Ruby:r27385 (trunk): * bootstraptest/test_io.rb: reduced megacontent test.

nobu	2010-04-18 12:26:56 +0900 (Sun, 18 Apr 2010)

  New Revision: 27385

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

  Log:
    * bootstraptest/test_io.rb: reduced megacontent test.

  Modified files:
    trunk/bootstraptest/test_io.rb

Index: bootstraptest/test_io.rb
===================================================================
--- bootstraptest/test_io.rb	(revision 27384)
+++ bootstraptest/test_io.rb	(revision 27385)
@@ -78,7 +78,7 @@
   ARGF.set_encoding "foo"
 }
 
-50.times do
+1.times do
   assert_normal_exit %q{
     at_exit { p :foo }
 

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

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