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

ruby-changes:7374

From: usa <ko1@a...>
Date: Thu, 28 Aug 2008 19:05:58 +0900 (JST)
Subject: [ruby-changes:7374] Ruby:r18893 (trunk): * bootstraptest/test_io.rb: no need to create real file.

usa	2008-08-28 19:05:35 +0900 (Thu, 28 Aug 2008)

  New Revision: 18893

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

  Log:
    * bootstraptest/test_io.rb: no need to create real file.

  Modified files:
    trunk/ChangeLog
    trunk/bootstraptest/test_io.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18892)
+++ ChangeLog	(revision 18893)
@@ -1,3 +1,7 @@
+Thu Aug 28 19:04:50 2008  NAKAMURA Usaku  <usa@r...>
+
+	* bootstraptest/test_io.rb: no need to create real file.
+
 Thu Aug 28 09:26:53 2008  NARUSE, Yui  <naruse@r...>
 
 	* test/cgi/test_cgi_multipart.rb: add test for multipart.
Index: bootstraptest/test_io.rb
===================================================================
--- bootstraptest/test_io.rb	(revision 18892)
+++ bootstraptest/test_io.rb	(revision 18893)
@@ -79,7 +79,7 @@
     at_exit { p :foo }
 
     megacontent = "abc" * 12345678
-    File.open("megasrc", "w") {|f| f << megacontent }
+    #File.open("megasrc", "w") {|f| f << megacontent }
 
     Thread.new { sleep rand*0.2; Process.kill(:INT, $$) }
 

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

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